import { FC, PropsWithChildren } from 'react';
interface Props {
    hideBox?: boolean;
}
export declare const TransactionBox: FC<PropsWithChildren<Props>>;
export {};
