import type { InputChipProps } from './types.ts';
declare const InputChip: import("svelte").Component<InputChipProps, {}, "element" | "selected">;
type InputChip = ReturnType<typeof InputChip>;
export default InputChip;
