import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebCircularGradientDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private n;
    get offset(): string;
    set offset(a: string);
    private m;
    get color(): string;
    set color(a: string);
    private k;
    get opacity(): number;
    set opacity(a: number);
}
