import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebSearchInfoDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private m;
    get searchText(): string;
    set searchText(a: string);
    private f;
    get caseSensitive(): boolean;
    set caseSensitive(a: boolean);
    private g;
    get exactMatch(): boolean;
    set exactMatch(a: boolean);
    private j;
    get activeMatchIndex(): number;
    set activeMatchIndex(a: number);
    private l;
    get matchInfoCacheRef(): string;
    set matchInfoCacheRef(a: string);
}
