import React from 'react'; export declare const ANCHOR_RIGHT = "ANCHOR_RIGHT", ANCHOR_LEFT = "ANCHOR_LEFT"; export declare const InputBoxContext: React.Context; declare const InputBox: React.ForwardRefExoticComponent & React.RefAttributes>; export default InputBox; export declare class SelectBox extends React.Component { constructor(props: any); render(): JSX.Element; }