import React from 'react'; import { TableContextState, type TableProps } from './table.types.js'; export declare const TableContext: React.Context; export declare function Table({ bordered, striped, children, className, ...props }: TableProps): import("react/jsx-runtime").JSX.Element;