import { DataGridElement } from '@toolbox-web/grid'; import { Ref } from 'vue'; /** * Resolve `true` once the grid element returned by `getGrid` has completed * `ready()`. Stays `false` when no grid is present. * * @internal */ export declare function useGridIsReady(getGrid: () => DataGridElement | null): Ref; //# sourceMappingURL=use-grid-is-ready.d.ts.map