export interface BaseTheme { /** * @desc Short desc tag * @tag tag1 * @tag tag2 */ importedBaseProp: string; }