export declare const YA_NATIVE_COMPONENTS: {
    container: string;
    title: string;
    body: string;
    warning: string;
    sponsored: string;
    age: string;
    domain: string;
    icon: string;
    favicon: string;
    feedback: string;
    media: string;
};
export declare const YA_NATIVE_ID: {
    container: string;
    title: string;
    body: string;
    warning: string;
    sponsored: string;
    age: string;
    domain: string;
    icon: string;
    favicon: string;
    feedback: string;
    media: string;
};
export declare const DEFAULT_CONFIG: {
    container: {};
    title: {
        color: string;
        fontSize: number;
        numberOfLines: number;
    };
    body: {
        color: string;
        fontSize: number;
        numberOfLines: number;
    };
    warning: {
        color: string;
        fontSize: number;
        numberOfLines: number;
    };
    sponsored: {
        color: string;
        fontSize: number;
        numberOfLines: number;
    };
    age: {
        color: string;
        fontSize: number;
        numberOfLines: number;
    };
    domain: {
        color: string;
        fontSize: number;
        numberOfLines: number;
    };
    icon: {
        width: number;
        height: number;
    };
    favicon: {
        width: number;
        height: number;
    };
    feedback: {
        width: number;
        height: number;
    };
    media: {
        width: number;
        height: number;
    };
};
export declare const REQUIRED_NATIVE_AD_COMPONENTS: string[];
//# sourceMappingURL=constants.d.ts.map