export type IconName = 'sortUp' | 'sortDown' | 'caretDown' | 'caretRight' | 'cellOverflow'; export declare function getIcon(name: IconName, size: number): Path2D; //# sourceMappingURL=IrisGridIcons.d.ts.map