/// <reference types="react" />
export type { SwitchProps } from '@mantine/core';
export declare const Switch: ((props: import("@mantine/core").SwitchProps) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & {
    Group: import("react").ForwardRefExoticComponent<import("@mantine/core").SwitchGroupProps & import("react").RefAttributes<HTMLDivElement>>;
} & {
    displayName: string;
};
