export declare class EmptyTextService { emptyTextDisplay: string; constructor(); get(): string; set(emptyTextDisplay: string): void; }