import * as React from 'react';
import { IPropertyFieldLabelWithCalloutHostProps } from './IPropertyFieldLabelWithCalloutHost';
/**
* Renders the control for PropertyFieldLabelWithCallout component
*/
export default class PropertyFieldLabelHost extends React.Component<IPropertyFieldLabelWithCalloutHostProps, null> {
    constructor(props: IPropertyFieldLabelWithCalloutHostProps);
    render(): JSX.Element;
}
//# sourceMappingURL=PropertyFieldLabelWithCalloutHost.d.ts.map