interface Routes { children: Routes[]; path: string; } declare function removeLayout(routes: Routes[]): Routes[]; export default removeLayout;