import { DialogModalWithFooterProps } from "./DialogModalWithFooter"; declare const SmallDialogModalWithFooter: (props: DialogModalWithFooterProps) => JSX.Element; export default SmallDialogModalWithFooter;