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