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