/// /** @jsx jsx */ import { jsx } from '@emotion/react'; import { SelectProps, Option } from './Select'; declare const Tags: React.FC & { value: Option[]; }>; export declare function Indicator(props: any): jsx.JSX.Element; export default Tags;