import { Component } from 'react'; export declare class ComboBoxTitle extends Component<{ children: any; }> { render(): JSX.Element; }