import { CT_ShapeStyle } from "./CT_ShapeStyle"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export interface ICT_ShapeStyleOwner { style: CT_ShapeStyle; } /** * @hidden */ export declare let ICT_ShapeStyleOwner_$type: Type;