import React from 'react'; import { GenericComponentType, IColorSchemes } from '../../types'; export type IRadioComponentType = GenericComponentType & { Group: GenericComponentType; }; export declare const Radio: IRadioComponentType | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp), { colorScheme: unknown; size: { lg: unknown; md: unknown; sm: unknown; }; }, import("react-native").PressableProps & React.RefAttributes, "Radio">, import("@gluestack-style/react/lib/typescript/types").StyledComponentProps, unknown, import("react-native").ViewProps, "RadioGroup">, import("@gluestack-style/react/lib/typescript/types").StyledComponentProps | import("react-native").RecursiveArray> | import("react-native").RegisteredStyle | import("react-native").RecursiveArray> | import("react-native").RegisteredStyle | import("react-native").RecursiveArray> | null | undefined, unknown, import("@gluestack-style/react/lib/typescript/types").StyledComponentProps | import("react-native").RecursiveArray> | import("react-native").RegisteredStyle | import("react-native").RecursiveArray> | import("react-native").RegisteredStyle | import("react-native").RecursiveArray> | null | undefined, { size: { '2xs': unknown; xs: unknown; sm: unknown; md: unknown; lg: unknown; xl: unknown; '2xl': unknown; '3xl': unknown; '4xl': unknown; '5xl': unknown; '6xl': unknown; }; }, import("@gluestack-style/react/lib/typescript/types").RNProps & { as?: any; }, "Icon">, "RadioIcon">, import("@gluestack-style/react/lib/typescript/types").StyledComponentProps, unknown, import("react-native").ViewProps, "RadioIndicator">, import("@gluestack-style/react/lib/typescript/types").StyledComponentProps, unknown, import("react-native").TextProps, "RadioLabel">>, React.ForwardRefExoticComponent, unknown, import("react-native").ViewProps, "RadioGroup"> & import("@gluestack-ui/radio/lib/typescript/types").IRadioGroupProps>>;