import { ShapeWith$ } from '@legendapp/state/react'; import { FC } from 'react'; type FCReactiveObject = { [K in keyof T]: FC>; }; export declare const Legend: FCReactiveObject; export {}; //# sourceMappingURL=react-components.d.ts.map