import { ObjectGraph } from '../../graph/ObjectGraph';
export default class PropsInjector<Props> {
    private graph;
    constructor(graph: ObjectGraph);
    inject(passedProps: Props): Partial<Props>;
}
//# sourceMappingURL=PropsInjector.d.ts.map