import { Atom } from '@reatom/core'; export declare const withAssign: (getProps: (target: Target, name: string) => Props) => (target: Target) => Target & Props; //# sourceMappingURL=withAssign.d.ts.map