/** * Minimal reset for the fieldset element. * * Browsers render a visible border and non-zero padding on `
` by * default. We remove those so the component is visually neutral while keeping * its semantic and accessibility behavior. */ export declare const FIELDSET_STYLES: { root: string; };