export default AttrUpdateApp; declare class AttrUpdateApp extends Component { constructor(props: any); maxLabelVal: number; state: { labelCount: number; }; onClick(e: any): void; getLabels(): import("../../component.model").IVnode[]; getEachLabel(val: any, index: any): import("../../component.model").IVnode; shuffle(array: any): any; } import { Component } from "../../pview";