import { Props, Styles } from '../types'; export declare const steps: (step: number) => ({ theme }: Props) => Styles;