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 j;
    get enabled(): boolean;
    set enabled(a: boolean);
    private i;
    get copyHeaders(): boolean;
    set copyHeaders(a: boolean);
    private h;
    get copyFormatters(): boolean;
    set copyFormatters(a: boolean);
    private n;
    get separator(): string;
    set separator(a: string);
}
