/// import PropTypes from 'prop-types'; export declare const Types: { ON: string; OFF: string; }; export declare const FilterIcon: { ({ color, type }: { color?: string; type?: string; }): JSX.Element; category: string; propTypes: { color: PropTypes.Requireable; }; };