/// import * as React from 'react'; import { IInnerControl } from './InnerControl.types'; /** * Inner Control. Use show the correct inner part of an control. Renders the Label, the child properties and the Info Callout. */ export declare class InnerControl extends React.Component { render(): JSX.Element; }