export declare class UrlKeys { valueKey: string; textKey: string; constructor(valueKey?: string, textKey?: string); }