import { HostComponent, ViewProps } from 'react-native'; interface AdMediaComponentType extends ViewProps { width: number; height: number; } declare let AdMediaNativeComponent: HostComponent; export default AdMediaNativeComponent; //# sourceMappingURL=AdMediaNativeComponent.d.ts.map