import { Text } from 'react-native'; import type { FieldsetRoot } from '../root/FieldsetRoot'; import type { ZestUIComponentProps } from '../../types'; /** * An accessible label for the fieldset. * Renders a ``. */ export declare function FieldsetLegend(componentProps: FieldsetLegend.Props): import("react").ReactElement>; export interface FieldsetLegendState extends FieldsetRoot.State { } export interface FieldsetLegendProps extends ZestUIComponentProps { } export declare namespace FieldsetLegend { type State = FieldsetLegendState; type Props = FieldsetLegendProps; } //# sourceMappingURL=FieldsetLegend.d.ts.map