import { FunctionComponent, PropsWithChildren } from 'react'; import './Shell.scss'; export declare const Shell: FunctionComponent;