import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebFilteringOptionsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private o;
    get filterKey(): string;
    set filterKey(a: string);
    private k;
    get caseSensitive(): boolean;
    set caseSensitive(a: boolean);
    private l;
    get matchDiacritics(): boolean;
    set matchDiacritics(a: boolean);
}
