import * as react_jsx_runtime from 'react/jsx-runtime';
import * as React from 'react';
type LoanEntryShellProps = {
/**
* Hero image URL shown on the left panel (desktop only).
* Falls back to a muted placeholder panel when omitted.
*/
heroSrc?: string;
/** Alt text for the hero image. Pass "" when decorative. */
heroAlt?: string;
/** Logo node — typically */
logo?: React.ReactNode;
/** Screen heading */
title: string;
/** Optional subtitle beneath the heading */
subtitle?: string;
className?: string;
children: React.ReactNode;
};
/**
* Two-column entry screen shell for the loan application flow.
*
* - Desktop (md+): left 50% = hero image, right 50% = logo + content
* - Mobile (