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