export function createIcon(): {
    program: any;
    height: number;
    width: number;
    xPosition: number;
    yPosition: number;
    apiFramework: any;
    offset: any;
    duration: number;
    type: any;
    staticResource: any;
    htmlResource: any;
    iframeResource: any;
    pxratio: string;
    iconClickThroughURLTemplate: any;
    iconClickTrackingURLTemplates: any[];
    iconViewTrackingURLTemplate: any;
    iconClickFallbackImages: any[];
    altText: any;
    hoverText: any;
};
//# sourceMappingURL=icon.d.ts.map