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