/// <reference types="react" />
import { DrawerProps } from './Props';
declare const Drawer: {
    (props: DrawerProps): JSX.Element;
    defaultProps: {
        position: string;
        width: string;
    };
    displayName: string;
    Submit: typeof import("../Card/Props").Submit;
};
export default Drawer;
