import type { ColorValue, ViewProps } from 'react-native';
import type { Float } from 'react-native/Libraries/Types/CodegenTypes';
interface NativeProps extends ViewProps {
    color?: ColorValue;
    sizeTop?: Float;
    sizeRight?: Float;
    sizeBottom?: Float;
    sizeLeft?: Float;
}
declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>;
export default _default;
//# sourceMappingURL=RnFadeWrapperViewNativeComponent.d.ts.map