import React from 'react'; import type { InputChipProps } from './ChipProps'; export declare const InputChip: React.MemoExoticComponent< React.ForwardRefExoticComponent< Omit & React.RefAttributes > >; //# sourceMappingURL=InputChip.d.ts.map