import { DrawerDFContentProps, DrawerDFFooterProps, DrawerDFHeaderProps } from './types'; export declare const DrawerDFHeader: ({ className, children, refEl, fixedWidth, style, title, subTitle, badge, rightBlock, footerBlock, ...props }: DrawerDFHeaderProps) => import("react/jsx-runtime").JSX.Element; export declare const DrawerDFContent: ({ className, children, refEl, fixedWidth, style, ...props }: DrawerDFContentProps) => import("react/jsx-runtime").JSX.Element; export declare const DrawerDFFooter: ({ className, children, refEl, ...props }: DrawerDFFooterProps) => import("react/jsx-runtime").JSX.Element;