/** * @internal */ export declare class Version { readonly full: string; readonly major: string; readonly minor: string; readonly patch: string; constructor(full: string); } /** * Represents the version of @skyux/icons. */ export declare const VERSION: Version;