import { type ComputedRef, type Ref } from "vue"; export type DataGridTheme = "light" | "dark" | (string & {}); type DataGridThemeRef = Readonly>; export declare function provideDataGridTheme(theme: DataGridThemeRef): void; export declare function useDataGridTheme(): ComputedRef; export {}; //# sourceMappingURL=useDataGridTheme.d.ts.map