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