import React from "react"; import { StyleProp, TextStyle, ViewStyle } from "react-native"; import { RadioButtonGroupProps } from "./RadioButtonGroup"; interface Props extends RadioButtonGroupProps { label?: string; labelStyle?: StyleProp; style?: StyleProp; } declare const _default: React.ComponentType & { theme?: import("@draftbit/react-theme-provider").$DeepPartial | undefined; }> & import("@draftbit/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics & React.FC, {}>; export default _default;