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