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