/// import { TableProps } from '@cb-general/core/Table'; declare type Props = TableProps & { bordered?: boolean; }; export declare const Table: (props: Props) => JSX.Element; export {};