import { ConfigService } from 'tabby-core'; export declare class BackslashNewlineSettingsTabComponent { private config; customText: string; saveStatus: boolean; private readonly defaultText; constructor(config: ConfigService); onTextChange(): void; resetToDefault(): void; getPreviewText(): string; }