import { FlexProps } from '../../Flex'; export type DrawerHeaderProps = FlexProps; declare const DrawerHeader: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default DrawerHeader; //# sourceMappingURL=DrawerHeader.d.ts.map