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