import { FC } from 'react'; import { InputChipProps } from './interfaces'; export declare const InputChip: FC; export declare const FInputChip: FC;