import type { LabelInfoProps } from '../Label/LabelInfo'; export type FieldLabelInfoProps = LabelInfoProps; declare const FieldLabelInfo: (props: FieldLabelInfoProps) => import("react/jsx-runtime").JSX.Element; export default FieldLabelInfo; //# sourceMappingURL=FieldLabelInfo.d.ts.map