declare const _default: import("vue").DefineComponent<{}, { updateRows: typeof updateRows; $emit: (event: "click" | "mouseover" | "getFirstRow", ...args: any[]) => void; config: Record; $props: { readonly config?: Record | undefined; }; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>, {}, {}>; export default _default; declare function updateRows(rows: any, animationIndex: any): void;