import type { FCWithImplicitChildren } from './types'; /** * It will render the first matching ``, or the first encountered `` (or `null`). * * This component can contain any number of `` and one `` blocks * @param __namedParameters Children to pass into the `` component */ export declare const Switch: FCWithImplicitChildren; //# sourceMappingURL=Switch.d.ts.map