import { default as React } from 'react'; import * as CheckboxPrimitive from '@radix-ui/react-checkbox'; export type IndicatorProps = React.ComponentPropsWithoutRef & {}; /** */ export declare const Indicator: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>;