import React from 'react'; import { FilterFormItemProps } from '.'; declare const FilterFormItem: React.FC; export default FilterFormItem;