import React from 'react'; import { FilterListOptionProps } from './type'; declare const FilterListOption: React.FC; export default FilterListOption;