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