import type { ComponentType } from 'react'; export declare type Icon = ComponentType | string; export declare type IconDescriptor = { src: Icon; background?: string; foreground?: string; shadowColor?: string; }; export declare type IconRenderer = IconDescriptor | Icon | undefined; //# sourceMappingURL=icon.d.ts.map