import { useEffect, type ReactNode } from "react"; import { Field, PickIdValuesFromType } from ".."; export declare const useIsomorphicLayoutEffect: typeof useEffect; export default function Contentarize({ children, id, inputs, disabled, }: { children: (value: PickIdValuesFromType) => ReactNode; id: string; inputs: Fields; disabled?: boolean; offset?: { top?: number; left?: number; }; }): string | number | bigint | boolean | import("react/jsx-runtime").JSX.Element | Iterable | Promise> | Iterable | null | undefined> | null | undefined; //# sourceMappingURL=contentarize.d.ts.map