import type { CSSObject } from "@sryd/cssinjs"; import type { GenerateStyle } from "../../theme/internal"; import type { TableToken } from "./index"; declare const genVirtualStyle: GenerateStyle; export default genVirtualStyle;