import { FC, PropsWithChildren } from "react"; export type FormFieldLayoutProps = { label?: string; description?: string; layout?: "col" | "row" | "reverse-row"; standaloneLabel?: boolean; tooltip?: string; }; export declare const FieldLayout: FC>; //# sourceMappingURL=FormFieldLayout.d.ts.map