import React from "react"; declare type Props = { steps: { title: string; icon: any; }[]; }; export declare const Steps: React.FC; export {};