import { BlogFilterPropsType } from './types'; declare const BlogFilter: { ({ classes, LoadingComponent, ErrorComponent, }: BlogFilterPropsType): JSX.Element; displayName: string; __docgenInfo: { description: string; displayName: string; props: { classes: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; LoadingComponent: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; ErrorComponent: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export default BlogFilter;