import { type IPropertyPaneField, type IPropertyPaneGroup, type IPropertyPaneToggleProps } from '../../index'; import type { IPropertyPaneControlVisibility } from './IPropertyPaneControlVisibility'; /** * Creates control visibility-related fields to property pane. * @param properties - Data for initializing property pane fields. * * @internal */ export declare function PropertyPaneControlVisibility(properties: IPropertyPaneControlVisibility): IPropertyPaneField[]; /** * Creates "Visibility" group (including fields defined above). * @param properties - Data for initializing property pane fields. * * @remarks * Note: We have this separate function to create a group so that developers can use the above fields for their own groups. * * @internal */ export declare function PropertyPaneControlVisibilityGroup(properties: IPropertyPaneControlVisibility): IPropertyPaneGroup; //# sourceMappingURL=PropertyPaneControlVisibility.d.ts.map