import { HasDestinationUrlCreative } from './hasDestinationUrlCreative';
import { DestinationUrlType } from './destinationUrlType';
export declare class LegacyDfpMobileCreative extends HasDestinationUrlCreative {
    protected static XSI_TYPE: string;
    constructor(destinationUrl?: string, destinationUrlType?: DestinationUrlType);
}
