/** * @jsxRuntime classic * @jsx jsx */ import { jsx } from '@emotion/react'; declare const ModalFooter: () => jsx.JSX.Element; export default ModalFooter;