import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebAccordionDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private k;
    get singleExpand(): boolean;
    set singleExpand(a: boolean);
    private p;
    get openingRef(): string;
    set openingRef(a: string);
    private o;
    get openedRef(): string;
    set openedRef(a: string);
    private n;
    get closingRef(): string;
    set closingRef(a: string);
    private m;
    get closedRef(): string;
    set closedRef(a: string);
}
