import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class StyleShapeEventArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private o;
    get itemRef(): string;
    set itemRef(a: string);
    private p;
    get shapeFill(): string;
    set shapeFill(a: string);
    private q;
    get shapeStroke(): string;
    set shapeStroke(a: string);
    private l;
    get shapeStrokeThickness(): number;
    set shapeStrokeThickness(a: number);
    private k;
    get shapeOpacity(): number;
    set shapeOpacity(a: number);
}
