interface Props { value: string; handleOnClick: () => void; className?: string; id?: string; innerClassname?: string; } export default function Chip(props: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Chip.d.ts.map