import React from 'react'; import type { VariantSwitchProps } from './interface'; export type { VariantSwitchProps } from './interface'; declare const VariantSwitch: React.FC; export default VariantSwitch;