/// <reference types="react" />
import "./drawer.scss";
export declare type Props = {
    page?: number;
    children?: any;
};
declare const Drawer: (p: Props) => JSX.Element;
export default Drawer;
