import * as i0 from "@angular/core";
/**
* Fieldset container component for grouping related form controls or actions.
*
* @example
*
* ...
*
*
*
*
*
*/
export declare class FieldsetComponent {
title: string;
fullWidth: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
static ngAcceptInputType_fullWidth: unknown;
}