import type { ViewProps } from 'react-native';
import type { Float } from 'react-native/Libraries/Types/CodegenTypes';
export interface NativeProps extends ViewProps {
    overlayColor: string;
    blurRadius: Float;
}
declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>;
export default _default;
//# sourceMappingURL=BlurViewNativeComponent.d.ts.map