import React from 'react'; interface GetAppIconProps { width?: number | string; height?: number | string; className?: string; firstColor?: string; secondColor?: string; thirdColor?: string; fourthColor?: string; fifthColor?: string; sixthColor?: string; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare function GetAppIcon({ width, height, className, firstColor, secondColor, thirdColor, fourthColor, fifthColor, sixthColor }: GetAppIconProps): React.JSX.Element; export {}; //# sourceMappingURL=getapp-icon.d.ts.map