import { IOutputMultiSelect, IOutputMultiSelectOption } from '../../types/'; export declare function multiSelectBroadcastChange(currOptions: IOutputMultiSelectOption[], altered: boolean, fn?: (changes: IOutputMultiSelect) => void, prevOptions?: IOutputMultiSelectOption[]): void;