import React from "react"; export declare type CaTableFooterProps = React.DetailedHTMLProps, HTMLTableSectionElement>; declare function CaTableFooter({ className, ...props }: CaTableFooterProps): JSX.Element; export default CaTableFooter;