export declare const isCascader: ({ dataSource }: {
    dataSource: any;
}) => boolean;
