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