/// <reference types="react" />
import "firebase/database";
export declare const TransactionExample: ({ path, ...otherStuffMaybe }: {
    [otherStuffMaybe: string]: any;
    path: string;
}) => JSX.Element;
