import React from 'react';
export declare function createSafeStyledView<TView extends React.ComponentType<any>>(View: TView): React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<TView>>;
//# sourceMappingURL=createSafeStyledView.native.d.ts.map