export default function SafeGuard({ children }: {
    children: any;
}): any;
