import type { FC } from 'react'; import { Switch as ArkUiSwitch } from '@ark-ui/react/switch'; export type SwitchLabelProps = ArkUiSwitch.LabelProps; export declare const SwitchLabel: FC;