import { Base, Type } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class ST_Sqref extends Base {
    static $t: Type;
    private c;
    get d(): List$1<string>;
    set d(a: List$1<string>);
    static a(a: string): ST_Sqref;
    e(): string;
    static b(a: string): ST_Sqref;
    f(): string;
}
