import type React from 'react'; import type { ISwitchComponentType } from './types'; export declare function createSwitch({ Root, }: { Root: React.ComponentType; }): ISwitchComponentType; //# sourceMappingURL=index.d.ts.map