/// import { ViewStyle } from 'react-native'; type BlurViewProps = { style: ViewStyle; blurTintColor?: string; blurRadius: number; blurEnabled?: boolean; colorTintOpacity?: number; scale?: number; children?: React.ReactNode; }; export declare const BlurView: import("react-native").HostComponent; export {}; //# sourceMappingURL=index.d.ts.map