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