/** * Define the allowed theme types */ export declare type TsStyleThemeTypes = 'primary' | 'accent' | 'warn'; /** * An array of the allowed {@link TsStyleThemeTypes} for checking values */ export declare const tsStyleThemeTypesArray: TsStyleThemeTypes[];