import { color } from '@synnaxlabs/x'; import { ReactElement } from 'react'; import { Config } from './config'; interface RenderProps extends Omit { className?: string; matchedOptionKey?: string | null; /** Colors the label while the state channel is stale. */ staleColor?: color.Crude; } export declare const StateIndicator: ({ className, orientation, matchedOptionKey, options, color: colorVal, inlineSize, staleColor, }: RenderProps) => ReactElement; export {}; //# sourceMappingURL=Primitive.d.ts.map