import BcmMoleculesState from "../../../models/states/molecules/bcm-molecules-state"; declare const _default: { setValue: (val: any) => void; removeValue: (_id: any) => void; getValue: (id: any) => BcmMoleculesState.Alert; }; export default _default;