import { FormItemProps } from "./types.js"; //#region src/form/form-item.d.ts declare const FormItem: { (props: FormItemProps): JSX.Element; displayName: string; }; //#endregion export { FormItem }; //# sourceMappingURL=form-item.d.ts.map