import { FC } from 'react'; import { DrawerProps } from './Drawer.type'; /** * ```js * import { Drawer } from '@rkta/ui'; * * * ... * * ``` */ export declare const Drawer: FC; //# sourceMappingURL=Drawer.d.ts.map