import type { FC, PropsWithChildren } from "react"; /** * Подвал модального окна * @returns {ReactElement} */ export declare const ModalFooter: FC;