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