/// interface Props { steps: any[]; transition?: string; } export declare const FormCarousel: (props: Props) => JSX.Element; export {};