import { HTMLChakraProps } from "../system"; export interface TableBodyProps extends HTMLChakraProps<"tbody"> { } export declare const Tbody: import("../system").ComponentWithAs<"tbody", TableBodyProps>;