import { StepsContentProps } from '../steps.types'; /** * # Steps.Content * * Content container that auto-shows/hides based on current step. * Wraps Chakra UI's Steps.Content with Nimbus styling. * * @example * ```tsx * * * * * * * ``` * * @supportsStyleProps */ export declare const StepsContent: { (props: StepsContentProps): import("react/jsx-runtime").JSX.Element; displayName: string; };