import { hooks } from '@opentiny/vue-common'; export declare const buildRenderGraph: ($table: any) => void; export declare const tileFullData: ($table: any) => void; export declare const graphFullData: ($table: any) => void; export declare const useData: (props: any) => { tiledLength: hooks.Ref; };