import * as React from 'react'; import { DropDownProps } from "@root/src/ts/DropDownMenu/DropDownProps"; export default class DropDownMenu extends React.Component { constructor(props: any); render(): JSX.Element; }