export interface IRectangularTileTitleTheme { textColor: string | null; } export declare class RectangularTileTitleTheme implements IRectangularTileTitleTheme { textColor: string | null; }