import { HTMLChakraProps } from "../system"; export interface TableFooterProps extends HTMLChakraProps<"tfoot"> { } export declare const Tfoot: import("../system").ComponentWithAs<"tfoot", TableFooterProps>;