import type { IPropertyPaneToggleProps } from './IPropertyPaneToggle'; import { type IPropertyPaneField } from '../propertyPaneField/IPropertyPaneField'; /** * Helper method to create a Toggle on the PropertyPane. * @param targetProperty - Target property the toggle is associated to. * @param properties - Strongly typed Toggle properties. * * @public */ export declare function PropertyPaneToggle(targetProperty: string, properties: IPropertyPaneToggleProps): IPropertyPaneField; //# sourceMappingURL=PropertyPaneToggle.d.ts.map