export interface GtColumnSettingsTexts {
    title: string;
    help: string;
}
