/// export type { SwitchProps } from '@mantine/core'; export declare const Switch: ((props: import("@mantine/core").SwitchProps) => import("react").ReactElement>) & { Group: import("react").ForwardRefExoticComponent>; } & { displayName: string; };