import { type DisplayTableRowProps } from './DisplayTableRow.types'; export declare function DisplayTableRow({ children, className, isTotal, ...props }: DisplayTableRowProps): import("react/jsx-runtime").JSX.Element;