import type { FC } from 'react'; import { Checkbox as ArkUiCheckbox } from '@ark-ui/react/checkbox'; export type CheckboxLabelProps = Omit; export declare const CheckboxLabel: FC;