/** @ignore */ export declare type IconSize = typeof IconSize[keyof typeof IconSize]; /** * Available icon sizes for {@link IconComponent#size} */ export declare const IconSize: { readonly DYNAMIC: "dynamic"; readonly XSMALL: "xsmall"; readonly SMALL: "small"; readonly MEDIUM: "medium"; readonly LARGE: "large"; readonly XLARGE: "xlarge"; }; //# sourceMappingURL=icon-size.d.ts.map