import { SelectionAny } from './internal';
export declare class SelectionMetaEvent extends SelectionAny {
    valueAsArray(): (string[] | null)[];
}
