import type { SimulativeModalProps } from './types'; /** * Simulate a modal window. */ export declare function SimulativeModal(props: SimulativeModalProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SimuModal.d.ts.map