import { ObjectGraph } from '../../src';
export type Props = Record<string, any> & {
    stringFromProps: string;
};
export declare class LifecycleBoundGraph extends ObjectGraph<Props> {
    static timesCreated: number;
    private props;
    constructor(props: Props);
    computedFromProps(): string;
    doesNotRequireProps(): string;
}
//# sourceMappingURL=LifecycleBoundGraph.d.ts.map