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