import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class CommonData extends Base { static $t: Type; private _borderBrush; get borderBrush(): string; set borderBrush(a: string); private _borderThickness; get borderThickness(): string; set borderThickness(a: string); }