import React from 'react';
export declare function Switch({ children }: {
    children: React.ReactNode;
}): JSX.Element;
