import { ModalProps } from './types'; export declare function DcCorvaModal({ open: openProp, ...otherProps }: ModalProps): JSX.Element; //# sourceMappingURL=DcCorvaModal.d.ts.map