import { AnatomyInstance, AnatomyPart } from '@zag-js/anatomy';
export declare const fieldsetAnatomy: AnatomyInstance<"legend" | "root" | "errorText" | "helperText">;
export declare const parts: Record<"legend" | "root" | "errorText" | "helperText", AnatomyPart>;
