import { type IPropertyPaneField } from '../propertyPaneField/IPropertyPaneField'; import type { IPropertyPaneToggleProps } from '../propertyPaneToggle/IPropertyPaneToggle'; import type { IPropertyPaneDropdownProps } from '../propertyPaneDropdown/IPropertyPaneDropdown'; import type { IPropertyPaneWebPartTitle } from './IPropertyPaneWebPartTitle'; /** * Helper method to create an Heading dropdown and enable heading toggle on the PropertyPane. * @param properties - Strongly typed Heading dropdown and toggle properties. * * @internal */ export declare function PropertyPaneWebPartTitle(properties: IPropertyPaneWebPartTitle): IPropertyPaneField[]; //# sourceMappingURL=PropertyPaneWebPartTitle.d.ts.map