import { ComponentProps } from 'react'; import { Noun } from '@daohaus/utils'; import { WrappedInput } from '../WrappedInput'; export declare const CSInput: (props: ComponentProps & { itemNoun: Noun; }) => JSX.Element;