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