import type { ReactNode } from 'react'; import type { CommonProps } from '../types.js'; export interface UNSTABLE_AppShellProps extends CommonProps { children: ReactNode; } export declare function UNSTABLE_AppShell({ children, UNSAFE_className, UNSAFE_style, ...props }: UNSTABLE_AppShellProps): import("react/jsx-runtime").JSX.Element; export interface UNSTABLE_AppShellBodyProps extends CommonProps { children: ReactNode; } export declare function UNSTABLE_AppShellBody({ children, UNSAFE_className, UNSAFE_style, ...props }: UNSTABLE_AppShellBodyProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=app-shell.d.ts.map