declare const _default: { step: { active: { '&.is-horizontal': { color: string; }; }; inactive: { '&.is-horizontal': { backgroundColor: string; }; }; default: { backgroundColor: string; }; }; }; export default _default;