import BcmMoleculesState from '../../../models/states/molecules/bcm-molecules-state'; declare const _default: { removeState: (_id: any) => void; getValue: (id: any) => BcmMoleculesState.BcmStepperModel; setValue: (val: any) => void; changeActiveStep: (id: any, index: any) => void; getActiveIndex: (id: any) => any; changeStepStatus: (id: any, stepId: any, status: any) => void; changeStepDisabled: (id: any, stepId: any, disabled: any) => void; stepperReset: (id: any) => void; setActiveIndex: (id: any, index: any) => any; }; export default _default;