import { ModalFooterProps } from '../Modal/ModalFooter'; export type DrawerFooterProps = ModalFooterProps; declare const DrawerFooter: import("../internals/types").InternalRefForwardingComponent<"div", import("../internals/utils").ComponentProps, never> & Record; export default DrawerFooter;