/** @jsxRuntime classic */ /** @jsx jsx */ import { jsx } from '@keystone-ui/core'; type FieldDescriptionProps = { id: string; children: string | null; }; export declare const FieldDescription: (props: FieldDescriptionProps) => jsx.JSX.Element | null; export {}; //# sourceMappingURL=FieldDescription.d.ts.map