import { GrafaidOld } from '#lib/grafaid-old/index'; import type { BoxProps } from '@radix-ui/themes'; import type { FC } from 'react'; export type Props = BoxProps & { data: GrafaidOld.GraphQLField; }; export declare const Field: FC; //# sourceMappingURL=Field.d.ts.map