import { Base, Type } from "igniteui-react-core"; /** * @hidden */ export declare class SR extends Base { static $t: Type; static a(a: string): string; static b(a: string, ...b: any[]): string; }