import * as React from "react";
import { FirestoreContextConsumerWithLifeCycleProps } from "../types";
export declare class FirestoreDocumentContextConsumerLifeCycle extends React.Component<FirestoreContextConsumerWithLifeCycleProps> {
    listenToNodeIfNotInContext(): void;
    stopListeningToNode(): void;
    componentDidMount(): void;
    componentDidUpdate(): void;
    componentWillUnmount(): void;
    render(): null;
}
