import React from 'react';
import type { ComponentProps } from '../..';
declare const FilterConfig: React.MemoExoticComponent<({ instance }: ComponentProps) => React.JSX.Element>;
export default FilterConfig;
