import { ExcalidrawProps, UIAppState } from "../types";
declare const LibraryMenuBrowseButton: ({ theme, id, libraryReturnUrl, }: {
    libraryReturnUrl: ExcalidrawProps["libraryReturnUrl"];
    theme: UIAppState["theme"];
    id: string;
}) => JSX.Element;
export default LibraryMenuBrowseButton;
