export declare class MultiSelector {
    data: Array<any>;
    flatData: Array<any>;
}
