import './modals.pcss';
import { PropsWithChildren, ReactElement } from 'react';
export type ModalFooterProps = PropsWithChildren<unknown>;
export default function ModalFooter(props: ModalFooterProps): ReactElement;
