import { default as React } from 'react'; export interface RenderProps { data?: string; className?: string; style?: React.CSSProperties; } /** * Render component - displays the landing page with mock API data * This simulates how the page would look when consuming real backend data */ export declare const Render: React.FC; //# sourceMappingURL=Render.d.ts.map