export interface BaseTheme { /** * @desc Link with text {@link https://google.com Google}. * Link without text {@link https://google.com} */ importedBaseProp: string; }