export declare type IconDefinition = { iconName: string; width: number; height: number; svgPathData: string; iconType: "stroke" | "fill"; };