import { IPropertyPaneField, IPropertyPaneCustomFieldProps } from '@microsoft/sp-property-pane';
import { IFpsMultiSelectDropdownProps } from './IFpsMultiSelectDropdownProps';
/**
 *
 * @param props
 * @returns
 */
export declare function PropertyPaneMultiSelectDropdown(props: IFpsMultiSelectDropdownProps): IPropertyPaneField<IPropertyPaneCustomFieldProps>;
//# sourceMappingURL=fps-PropPaneMultiSelectDropdown.d.ts.map