export declare class Prop8 { private values; private onChangedCallback; private callbackThis; constructor(values: T[], onChangedCallback: (index?: U, index2?: V, index3?: W, oldValue?: T, value?: T) => void, callbackThis: Object); get(index: U, index2: V, index3: W): T; set(index: U, index2: V, index3: W, value: T): void; toString(): string; } export default Prop8;