import { default as React } from 'react'; export declare function ActiveFilter(props: { onClick?: () => void; title: string; icon?: React.ReactNode; }): React.JSX.Element;