export declare const STEPS_KEY: unique symbol;
export type StepsDirection = 'horizontal' | 'vertical';
