/**
 * title: "多选级联"
 * description: "展示基本的多选用法。"
 */
import React from 'react';
export default function App(): React.JSX.Element;
