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