import { type ComponentProps, type FC, type PropsWithChildren } from 'react'; import { type VariantProps } from 'tailwind-variants'; type AbstractProps = PropsWithChildren & { reel?: boolean; }>; type Props = AbstractProps & Omit, keyof AbstractProps>; declare const classNameGenerator: import("tailwind-variants").TVReturnType<{ borderType: { vertical: {}; horizontal: {}; both: {}; outer: { table: string; }; all: { table: string; }; }; borderStyle: { solid: { table: string; }; dotted: { table: string; }; dashed: { table: string; }; }; rounded: { true: { table: string[]; }; all: { table: string[]; }; top: { table: string[]; }; right: { table: string[]; }; bottom: { table: string[]; }; left: { table: string[]; }; }; layout: { auto: {}; fixed: { table: string; }; }; fixedHead: { true: { table: string; }; }; }, { reelWrapper: string[]; inner: string[]; table: string[]; }, undefined, import("tailwind-variants/dist/config").TVConfig<{ borderType: { vertical: {}; horizontal: {}; both: {}; outer: { table: string; }; all: { table: string; }; }; borderStyle: { solid: { table: string; }; dotted: { table: string; }; dashed: { table: string; }; }; rounded: { true: { table: string[]; }; all: { table: string[]; }; top: { table: string[]; }; right: { table: string[]; }; bottom: { table: string[]; }; left: { table: string[]; }; }; layout: { auto: {}; fixed: { table: string; }; }; fixedHead: { true: { table: string; }; }; }, { borderType: { vertical: {}; horizontal: {}; both: {}; outer: { table: string; }; all: { table: string; }; }; borderStyle: { solid: { table: string; }; dotted: { table: string; }; dashed: { table: string; }; }; rounded: { true: { table: string[]; }; all: { table: string[]; }; top: { table: string[]; }; right: { table: string[]; }; bottom: { table: string[]; }; left: { table: string[]; }; }; layout: { auto: {}; fixed: { table: string; }; }; fixedHead: { true: { table: string; }; }; }>, { borderType: { vertical: {}; horizontal: {}; both: {}; outer: { table: string; }; all: { table: string; }; }; borderStyle: { solid: { table: string; }; dotted: { table: string; }; dashed: { table: string; }; }; rounded: { true: { table: string[]; }; all: { table: string[]; }; top: { table: string[]; }; right: { table: string[]; }; bottom: { table: string[]; }; left: { table: string[]; }; }; layout: { auto: {}; fixed: { table: string; }; }; fixedHead: { true: { table: string; }; }; }, { reelWrapper: string[]; inner: string[]; table: string[]; }, import("tailwind-variants").TVReturnType<{ borderType: { vertical: {}; horizontal: {}; both: {}; outer: { table: string; }; all: { table: string; }; }; borderStyle: { solid: { table: string; }; dotted: { table: string; }; dashed: { table: string; }; }; rounded: { true: { table: string[]; }; all: { table: string[]; }; top: { table: string[]; }; right: { table: string[]; }; bottom: { table: string[]; }; left: { table: string[]; }; }; layout: { auto: {}; fixed: { table: string; }; }; fixedHead: { true: { table: string; }; }; }, { reelWrapper: string[]; inner: string[]; table: string[]; }, undefined, import("tailwind-variants/dist/config").TVConfig<{ borderType: { vertical: {}; horizontal: {}; both: {}; outer: { table: string; }; all: { table: string; }; }; borderStyle: { solid: { table: string; }; dotted: { table: string; }; dashed: { table: string; }; }; rounded: { true: { table: string[]; }; all: { table: string[]; }; top: { table: string[]; }; right: { table: string[]; }; bottom: { table: string[]; }; left: { table: string[]; }; }; layout: { auto: {}; fixed: { table: string; }; }; fixedHead: { true: { table: string; }; }; }, { borderType: { vertical: {}; horizontal: {}; both: {}; outer: { table: string; }; all: { table: string; }; }; borderStyle: { solid: { table: string; }; dotted: { table: string; }; dashed: { table: string; }; }; rounded: { true: { table: string[]; }; all: { table: string[]; }; top: { table: string[]; }; right: { table: string[]; }; bottom: { table: string[]; }; left: { table: string[]; }; }; layout: { auto: {}; fixed: { table: string; }; }; fixedHead: { true: { table: string; }; }; }>, unknown, unknown, undefined>>; export declare const Table: FC; export {};