import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { CfTemplate } from "./CfTemplate"; /** * @hidden */ export declare class CfCommonProps extends Base { static $t: Type; a: boolean; d: number; b: boolean; c: Nullable$1; }