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