import type { ModalFooterProps } from "./types"; export declare const ModalFooter: (props: ModalFooterProps) => JSX.Element;