import { ObjectGraph } from '../../src';
export type Props = Record<string, any> & {
    stringFromProps: string;
};
export declare class LifecycleBoundGraphWithLifecycleBoundSubgraph extends ObjectGraph {
    aString(computedFromProps: string): string;
}
//# sourceMappingURL=LifecycleBoundWithLifecycleBoundSubgraph.d.ts.map