import { InputSuffixProps } from './types'; import type { FC } from 'react'; export declare const InputSuffix: FC;