/// import { TableProps as ChakraTableProps } from '@chakra-ui/react'; declare type TableProps = ChakraTableProps; export declare const Table: ({ children, ...tableProps }: TableProps) => JSX.Element; export {};