import { SwitchProps } from "@ducor/types";
export declare const Switch: ({ name, label, direction, helperText, id, withAsterisk, ...rest }: SwitchProps) => import("react/jsx-runtime").JSX.Element;
