import type { ButtonHTMLAttributes, ReactNode } from 'react'; export type ChipProps = Omit, 'type'> & { thumbUrl?: string; renderThumb?: (props: { url: string; }) => ReactNode; renderDismissSymbol?: () => ReactNode; }; declare const _default: { (props: Omit, "type"> & { thumbUrl?: string; renderThumb?: (props: { url: string; }) => ReactNode; renderDismissSymbol?: () => ReactNode; } & Partial): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default _default; //# sourceMappingURL=Chip.d.ts.map