import React from 'react'; /** * For use with interactive StepByStep * Content that is hidden/shown based on active step. * For static content that should always be shown use StepDescription */ export declare const StepContent: React.FC<{ className?: string; children?: React.ReactNode; }>;