export declare class SelectListboxLocalization { get noMatches(): string; createLabel: (value: string, prefix?: string) => string; }