import type { PropsWithChildren, ReactElement } from 'react'; type StepperContentProps = { readonly hideNavButtons?: boolean; readonly divider?: boolean; }; export declare const StepperContent: { (props: PropsWithChildren): ReactElement; displayName: string; }; export default StepperContent; //# sourceMappingURL=StepperContent.d.ts.map