export type ValueOf = T[keyof T]; export declare const ComponentSize: { readonly Large: "large"; readonly Medium: "medium"; readonly Small: "small"; readonly Mini: "mini"; /** * represents default internally, @link https://github.com/angular/vscode-ng-language-service/issues/1147 */ readonly Empty: ""; }; export type ComponentSize = ValueOf;