import { AriaTagProps } from 'react-aria'; import { ListState } from 'react-stately'; interface ChipProps extends AriaTagProps { state: ListState; } declare const Chip: (props: ChipProps) => import("react/jsx-runtime").JSX.Element; export { Chip }; //# sourceMappingURL=Chip.d.ts.map