import * as React from 'react'; import { ISchemeProps } from './interface'; declare const SchemeFilter: React.FC; export default SchemeFilter;