/// import { ModalAlertProps } from './types'; export declare function ModalAlert({ showModal, typeAlert, title, description, optionsButton, top, }: ModalAlertProps): JSX.Element; export declare namespace ModalAlert { var displayName: string; } //# sourceMappingURL=ModalAlert.d.ts.map