export declare class SettingsService {
    informerTimeout: number;
    autoCompleteStartsPosition: number;
    emptyGuid: string;
}
