import { FC } from 'react'; import { ViewProps } from 'react-native'; export interface AdMediaProps { width?: number; height?: number; style?: ViewProps['style']; uniqYandexId: string; } export declare const AdMedia: FC; //# sourceMappingURL=AdMedia.d.ts.map