import React, { MouseEvent } from 'react'; import { SvgIconProps } from '@material-ui/core/SvgIcon'; import { CssTooltipProps } from '../CssTooltip'; import { Styles } from './FilterChip.style'; export interface FilterChipProps extends Styles { isDashed?: boolean; onReset?: any; icon?: React.ReactElement; label: string; isLoaded?: boolean; hideClose?: boolean; tooltipProps?: Partial; handleClick?: (event: MouseEvent) => void; chipRef?: React.RefObject<{}>; rootRef?: React.RefObject; } declare const _default: React.ComponentType & Partial> & Partial, never>>, "icon" | "onReset" | "label" | "rootRef" | "isDashed" | "isLoaded" | "hideClose" | "tooltipProps" | "handleClick" | "chipRef"> & import("@material-ui/core").StyledComponentProps<"root" | "chip" | "dashedChip" | "disabledChip" | "disabledLabel" | "disabledIcon" | "disableHover">>; export default _default; //# sourceMappingURL=FilterChip.d.ts.map