import { ExcalidrawImperativeAPI } from "../../../types";
declare const CustomFooter: ({ excalidrawAPI, }: {
    excalidrawAPI: ExcalidrawImperativeAPI;
}) => JSX.Element;
export default CustomFooter;
