export declare const Drawer: import("react").FunctionComponent & Omit & import("../../../components/Panel").PanelProps & { animationInfo?: import("../../../components/Drawer/Drawer.types").DrawerAnimationInfo; placement?: import("../../../components/Drawer/Drawer.types").DrawerPlacement; asModal?: boolean; customBackgroundColor?: string; customContentBackgroundColor?: string; withBlur?: boolean; closeOnEsc?: boolean; closeOnOverlayClick?: boolean; onEscKeyDown?: (event: KeyboardEvent) => void; onOverlayClick?: (event: React.MouseEvent) => void; initialFocusRef?: React.RefObject; focusAfterRef?: React.RefObject; onClose?: () => void; } & import("react").RefAttributes>; export declare const DrawerContent: import("react").FunctionComponent & { view?: string; } & import("react").HTMLAttributes & import("react").RefAttributes>; export declare const DrawerHeader: import("react").FunctionComponent & { hasClose?: boolean; closePlacement?: import("../../..").ClosePlacementType; actions?: import("react").ReactNode; onClose?: () => void; view?: string; } & import("react").HTMLAttributes & import("react").RefAttributes>; export declare const DrawerFooter: import("react").FunctionComponent & { view?: string; } & import("react").HTMLAttributes & import("react").RefAttributes>; //# sourceMappingURL=Drawer.d.ts.map