import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebClipboardOptionsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private m;
    get enabled(): boolean;
    set enabled(a: boolean);
    private l;
    get copyHeaders(): boolean;
    set copyHeaders(a: boolean);
    private k;
    get copyFormatters(): boolean;
    set copyFormatters(a: boolean);
    private q;
    get separator(): string;
    set separator(a: string);
}
