import { ChipStyles } from './types'; import { CSSObject } from '@emotion/styled'; export declare const Chip: import('react').ForwardRefExoticComponent<{ label?: string; startAdornment?: import('react').ReactNode; endAdornment?: import('react').ReactNode; tooltip?: import('..').TooltipProps["content"]; onDelete?: () => void; maxLength?: number; maxLengthFunc?: (label: string) => string; } & Partial> & import('../common').QA & import('../common').PropsWithChildren & Pick & Pick, "className" | "onClick"> & Pick, "target" | "href"> & import('react').RefAttributes>;