import { ReactElement } from "react";
declare function GlobalLayout(props: {
    children: ReactElement;
}): any;
export default GlobalLayout;
