import { ExcalidrawProps, UIAppState } from "../types";
export declare const LibraryMenuControlButtons: ({ libraryReturnUrl, theme, id, style, children, className, }: {
    libraryReturnUrl: ExcalidrawProps["libraryReturnUrl"];
    theme: UIAppState["theme"];
    id: string;
    style: React.CSSProperties;
    children?: React.ReactNode;
    className?: string | undefined;
}) => JSX.Element;
