/// interface FdrawerProps { title?: String; size?: String; type?: String; position?: String; className?: String; show?: boolean; showClose?: boolean; onHide?: any; hide?: boolean; children?: any; id?: any; style?: any; } export declare const FDrawer: ({ title, size, type, className, position, id, showClose, show, onHide, children, }: FdrawerProps) => JSX.Element; export {}; //# sourceMappingURL=Fdrawer.d.ts.map