import { cn } from "#/utils/utils"; interface StyledSwitchComponentProps { isToggled: boolean; } export function StyledSwitchComponent({ isToggled, }: StyledSwitchComponentProps) { return (