export declare class Q2Loc { value: string; loc(key: string, subs?: string[]): string; render(): any; }