import { Base, IList$1, Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class StringColumn extends Base {
    static $t: Type;
    a: IList$1<string>;
    b(a: any): void;
}
