import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class FormatSummaryTextEventArgs extends Base { static $t: Type; c: string; b: string; a: any; d: string; e: string; }