///
import { ModalProps as RNModalProps } from 'react-native';
import { StyledProps, ViewStyle } from '../../styled';
export declare type ModalProps = StyledProps;
export declare const Modal: import("react").ForwardRefExoticComponent & import("../../styled").ResponsiveStyleProps & import("react").RefAttributes>;
//# sourceMappingURL=Modal.d.ts.map