import { FC } from 'react';
import type { ModalViewProps } from './types';
export declare enum DismissalSource {
    BackButton = "BackButton",
    Backdrop = "Backdrop"
}
export declare const ModalView: FC<ModalViewProps>;
//# sourceMappingURL=ModalView.d.ts.map