import { default as React } from 'react'; import * as RadioGroupPrimitive from '@radix-ui/react-radio-group'; export type IndicatorProps = React.ComponentPropsWithoutRef & {}; /** Indicator is the element for selecting an option. An input will also render when used within a form to ensure events propagate correctly. */ export declare const Indicator: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>;