1*641d0767SEvan Baconimport React from 'react'; 2*641d0767SEvan Baconexport declare function createSafeStyledView<TView extends React.ComponentType<any>>(View: TView): React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<TView>>; 3*641d0767SEvan Bacon//# sourceMappingURL=createSafeStyledView.native.d.ts.map