/**
 * @author @Patreon/fe-core
 **/
import React from 'react';
import type { DrawerProps } from './types';
/** @deprecated use the `OverlayTriggerToggle` + `OverlayDrawer` components instead */
export declare function Drawer({ children, id, isOpen, onCloseRequest, onBackRequest, onOpenAnimationComplete, onCloseAnimationComplete, size, padding, scrollable, media, title, titleAlign, ariaLabel, showCloseButton, primaryAction, secondaryAction, tertiaryAction, actionLayout, 'data-tag': dataTag, flow, }: DrawerProps): React.JSX.Element;
export declare namespace Drawer {
    var Title: ({ as, size, weight, color, align, ellipsis, className, style, children, id, "data-tag": dataTag, ...props }: import("../..").HeadingTextProps) => React.JSX.Element;
    var Content: import("styled-components").StyledComponent<"div", any, {}, never>;
}
