import * as React from 'react'; import { SimpleDropDownMenuProps, SimpleDropDownItemProps } from "./SimpleDropDownProps"; export declare class SimpleDropDownMenu extends React.Component { constructor(props: any); render(): JSX.Element; } export declare class SimpleDropDownItem extends React.Component { constructor(props: any); render(): JSX.Element; }