import type { FC } from 'react';
declare const GlobalLayout: FC;
export default GlobalLayout;
