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