import { type PropsWithChildren } from 'react'; /** * Container for a single step of the Microguide. * @public */ export declare const Step: { ({ children }: PropsWithChildren): import("react").JSX.Element; displayName: string; }; //# sourceMappingURL=Step.d.ts.map