import React from 'react';
import { type BoxProps } from '../Box/Box';
export declare function FunTxSummaryBox({ children, ...otherProps }: BoxProps): React.JSX.Element;
export declare function FunTxSummaryDivider(): React.JSX.Element;
export declare function FunTxSummaryLineItem({ children, ...otherProps }: BoxProps): React.JSX.Element;
export declare function FunTxSummaryLineItemKeyText({ text }: {
    text: string;
}): React.JSX.Element;
