type Props = { copyAddToHomeScreenStep: string; copyShareStep: string; }; export declare const StepList: ({ copyAddToHomeScreenStep, copyShareStep }: Props) => import("react/jsx-runtime").JSX.Element; export {};