import type { FieldsetHTMLAttributes } from 'react';
import type { DefaultProps } from '../../types';
export type FieldsetProps = DefaultProps & FieldsetHTMLAttributes;
/**
* Fieldset component, used to wrap a form field. Uses native `fieldset` element.
*
* @example
*
*/
export declare const Fieldset: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
//# sourceMappingURL=fieldset.d.ts.map