import { TabsProps } from "../LegacyTabs"; /** * Renders a list of tabs. Evenly-spaces them across the screen with * each tab label and chevron evenly spaced */ export declare const StepTabs: React.FC;