import { FC, HTMLAttributes } from 'react'; export declare const ModalFooter: FC; interface ModalFooter extends HTMLAttributes { } export {};