export declare class ExpandMode {
    static None: string;
    static Selection: string;
    static All: string;
}
