import * as React from "react"; declare class OptionList extends React.Component { constructor(props: any); render(): JSX.Element; } export default OptionList;