import { ComponentProps } from 'react'; import { Switch } from '@salutejs/sdds-finai'; export type BaseSwitchProps = ComponentProps & { hasBackground?: boolean; };