import React from 'react'; export declare const StepsContext: React.Context<{ orientation: string; }>;