/** @jsxRuntime classic */ /** @jsx jsx */ import type { ReactNode } from 'react'; type FieldLabelProps = { children: ReactNode; }; export declare const FieldLabel: (props: { as?: Comp | undefined; ref?: import("react").Ref)[Comp] : Comp extends new (...args: any) => any ? InstanceType : undefined> | undefined; } & Omit>, "children" | "as"> & FieldLabelProps) => import("react").ReactElement; export {}; //# sourceMappingURL=FieldLabel.d.ts.map