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