import { BaseComponentWithTheme } from '../../utils'; import type { FieldsetLabelSize, FieldsetState, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PFieldset extends BaseComponentWithTheme { label?: string; labelSize?: FieldsetLabelSize; message?: string; required?: boolean; state?: FieldsetState; theme?: Theme; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }