type Props = { Icon: React.ReactElement; copy: string; }; export declare const StepItem: ({ Icon, copy }: Props) => import("react/jsx-runtime").JSX.Element; export {};