/**
 * @title 排序与过滤
 * @description 示例演示了排序和过滤的特性
 */
import * as React from 'react';
export default function DemoComponent(): React.JSX.Element;
