import { ColumnDivision } from '../context'; declare const LabeledControl: (props: any) => import('react').DOMElement, Element>; declare const RaisedSelect: (props: any) => import('react').DetailedReactHTMLElement, HTMLInputElement>; interface IntervalEditorTitleProps { showID: boolean; title: string; interval: ColumnDivision; heightFormat: string; } declare const IntervalEditorTitle: (props: IntervalEditorTitleProps) => import('react').DOMElement, Element>; export { LabeledControl, IntervalEditorTitle, RaisedSelect };