import { StringKeyOf } from ".."; export declare class Selection { private _properties; private _selections; get properties(): StringKeyOf[]; get selections(): Selection; protected constructor(...properties: StringKeyOf[]); static create(...properties: StringKeyOf[]): Selection; setSelections(selections: Selection): this; }