interface ScreenBodyProps { children: React.ReactNode; className?: string; } export declare function ScreenBody({ children, className }: ScreenBodyProps): import("react").JSX.Element; export {}; //# sourceMappingURL=screen-body.d.ts.map