import { IOutputSingleSelect } from '../../types/'; export declare function singleSelectBroadcastChange(currValue: IOutputSingleSelect, altered?: boolean, fn?: (changes: IOutputSingleSelect) => void, prevValue?: IOutputSingleSelect): void;