import React from 'react';
import { WebCascaderProps } from "../../types";
export declare const Cascader: React.ForwardRefExoticComponent<Partial<WebCascaderProps> & React.RefAttributes<unknown>>;
