import * as React from "react"; import { EntityProps } from "../../types"; /** */ export declare class Filter extends React.Component { constructor(props: EntityProps); render(): any; }