import { type StyledProps } from '@compiled/react';
import type { ComponentType, ClassAttributes, HTMLAttributes } from 'react';
export declare const DrawerInner: ComponentType<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & StyledProps>;
export declare const ContentFooter: ComponentType<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & StyledProps>;
/** Delete me once real content is present in the drawer */
export declare const PlaceholderContent: ComponentType<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & StyledProps>;
