import { type FC } from 'react';
import './index.less';
declare const ColorSwitch: FC;
export default ColorSwitch;
