import type { SFCWithInstall } from '../_util/interface';
import Drawer from './drawer';
type DrawerType = SFCWithInstall<typeof Drawer>;
export declare const FDrawer: DrawerType;
export { drawerProps } from './props';
export type { DrawerProps } from './props';
export default FDrawer;