/** @jsxRuntime classic */ /** @jsx jsx */ import { jsx } from '@keystone-ui/core'; import type { HTMLAttributes } from 'react'; type FieldLegendProps = HTMLAttributes; export declare const FieldLegend: (props: FieldLegendProps) => jsx.JSX.Element; export {}; //# sourceMappingURL=FieldLegend.d.ts.map