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