import { FormGroup } from '@angular/forms';
import type { RowComponentSchema } from '../../schemas';
import { AbstractWidget, type WidgetTemplateContext } from '../widget';
import * as i0 from "@angular/core";
type RowWidgetTemplateContext = WidgetTemplateContext<RowComponentSchema, FormGroup>;
/**
 * @internal
 */
export declare class RowWidget extends AbstractWidget<RowWidgetTemplateContext> {
    static ɵfac: i0.ɵɵFactoryDeclaration<RowWidget, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<RowWidget, "ng-component", never, {}, {}, never, never, true, never>;
}
export {};
