import { IDrawer } from './types'; export declare const Drawer: ({ onClose, isOpen, children, position, size, duration, style, ariaLabel, ariaDescribedBy }: IDrawer & { ariaLabel?: string; ariaDescribedBy?: string; }) => import("react").JSX.Element;