import { Base, Type } from "igniteui-react-core";
import { ST_FixedPercentage } from "./ST_FixedPercentage";
/**
 * @hidden
 */
export declare class CT_FixedPercentage extends Base {
    static $t: Type;
    a: ST_FixedPercentage;
}
