import * as React from 'react'; import { requireNativeComponent, ViewProperties } from 'react-native'; export const MegacoolPreview = requireNativeComponent('RNMegacoolPreview') as any;