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<AdMediaProps>;
//# sourceMappingURL=AdMedia.d.ts.map