import type { CheckboxProps as HeadlessCheckboxProps } from "react-aria-components"; import type { POSITION } from "@appsmith/wds"; export interface SwitchProps extends Omit { labelPosition?: keyof typeof POSITION; }