import { Creative } from './creative';
export declare class UnsupportedCreative extends Creative {
    protected static XSI_TYPE: string;
    unsupportedCreativeType: string;
    constructor(unsupportedCreativeType?: string, advertiserId?: number, id?: number, name?: string, size?: any, previewUrl?: string, policyViolations?: any, appliedLabels?: any, lastModifiedDateTime?: any, customFieldValues?: any);
}
