import { RendererProps } from 'amis/lib/factory'; import React from 'react'; declare type Props = RendererProps & { items?: any; hover?: any; body?: any; }; export declare class LibDropdown extends React.Component { $wrapperRef: any; constructor(props: Props); componentDidMount(): void; render(): JSX.Element; } export {};