import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebExpansionPanelDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private l;
    get open(): boolean;
    set open(a: boolean);
    private k;
    get disabled(): boolean;
    set disabled(a: boolean);
    private q;
    get indicatorPosition(): string;
    set indicatorPosition(a: string);
    private s;
    get openingRef(): string;
    set openingRef(a: string);
    private r;
    get openedRef(): string;
    set openedRef(a: string);
    private p;
    get closingRef(): string;
    set closingRef(a: string);
    private o;
    get closedRef(): string;
    set closedRef(a: string);
}
