import * as React from 'react'; export interface State { menuToUp: boolean; } export declare const CustomSelect: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps<"input" | "control">>;