import type { ComponentSize } from '../../../types'; export type { SwitchProps } from './props'; export type SwitchSize = ComponentSize;