import { ModalFooterProps } from '../../../../shared/types/modal'; export declare const ModalFooter: ({ children, footerAuxButton: footerAuxButtonProp, footerButtons: footerButtonsProp, footerButtonIcon, footerButtonIconDuotonePrimary, footerButtonIconDuotoneSecondary, footerButtonIconDuotoneOpacityPrimary, footerButtonIconDuotoneOpacitySecondary, footerButtonOnClick, }: ModalFooterProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ModalFooter.d.ts.map