import { ReactNode } from "react"; interface VertesiaShellProps { children: React.ReactNode; lightLogo?: string; darkLogo?: string; loadingIcon?: ReactNode; } export declare function VertesiaShell({ children, lightLogo, darkLogo, loadingIcon }: VertesiaShellProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=VertesiaShell.d.ts.map