import { CdsDropdown as Dropdown } from '@cds/core/dropdown'; import '@cds/core/dropdown/register'; import * as React from 'react'; export declare const CdsDropdown: (props: Partial, "onCdsMotionChange" | "onCloseChange"> & Omit & { onCloseChange: (e: Event) => void; onCdsMotionChange: (e: Event) => void; }> & React.RefAttributes) => JSX.Element;