import type { TableProps } from './types';
export default function Table({ value, children, schema, className, style, footer, header, size, shadow, variant, color, ...props }: TableProps): import("react/jsx-runtime").JSX.Element;
