import type { Ref } from 'vue'; import type { Indexable } from 'fx-front-utils'; declare function useRenderChart(cb: () => void, data: Ref | Indexable, field?: string): void; export { useRenderChart };