export declare type IconDefinition = { iconName: string; width: number; height: number; svgPathData: string; iconType: "stroke" | "fill"; }; //# sourceMappingURL=types.d.ts.map