type AppIconProps = { alt?: string; appDevType?: 'ui' | 'be' | 'beIdle'; className?: string; 'data-testid'?: string; height?: number; iconUrl?: string | null; radius?: number; segment?: string[] | string; width?: number; }; export declare const AppIcon: ({ alt, appDevType, className, "data-testid": PAGE_NAME, height, iconUrl, radius, segment: segmentProp, width, }: AppIconProps) => JSX.Element; export {}; //# sourceMappingURL=AppIcon.d.ts.map