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