import React from 'react';
export default function Layout({ children }: {
    children: any;
}): React.JSX.Element;
