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