import { StepperProps } from './types'; export const Stepper = (props: StepperProps) => null;