import type { FluentFormWidgetConfig } from '../features';
import { type RowComponentSchema } from '../schemas';
export declare function useRowWidget(): FluentFormWidgetConfig<RowComponentSchema>;
