interface Props { title: string; children: JSX.Element | string; animation: object; animReplacement?: JSX.Element; } export declare const TransactionStateContent: ({ title, children, animation, animReplacement, }: Props) => JSX.Element; export {};