import React from 'react'; import { View, StyleProp, ViewStyle } from 'react-native'; import type { Theme } from '../../types'; export declare const testId = "fieldset"; type Props = React.ComponentPropsWithRef & { children?: React.ReactNode; disabled?: boolean; label?: React.ReactNode; labelStyle?: StyleProp; style?: StyleProp; theme: Theme; variant?: 'default' | 'flat'; }; declare const _default: React.ComponentType | "labelStyle"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics & (({ children, disabled, label, labelStyle, style, theme, variant, ...rest }: Props) => React.JSX.Element), {}>; export default _default; //# sourceMappingURL=Fieldset.d.ts.map