import { default as React } from 'react'; export type ContentProps = React.ComponentPropsWithoutRef<'div'>; /** * Collapsible content for a step. Only visible when the step is active in interactive mode. * In non-interactive mode this content is hidden. */ export declare const Content: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>;