import * as React from 'react';
import { IPropertyFieldToggleWithCalloutHostProps } from './IPropertyFieldToggleWithCalloutHost';
export default class PropertyFieldToggleWithCalloutHost extends React.Component<IPropertyFieldToggleWithCalloutHostProps, null> {
    constructor(props: IPropertyFieldToggleWithCalloutHostProps);
    render(): JSX.Element;
}
//# sourceMappingURL=PropertyFieldToggleWithCalloutHost.d.ts.map