import { type PropsWithChildren } from 'react'; /** * Container for a single step of the Microguide. * @public */ export declare const Step: { ({ children }: PropsWithChildren): import("react/jsx-runtime.js").JSX.Element; displayName: string; };