import { TableProps } from '../../table'; declare const table: (props: TableProps) => import("vue/jsx-runtime").JSX.Element; export default table;