import type { SwitchProps } from './types'; export declare const Switch: ({ checked, className, defaultChecked, disabled, label, labelPlacement, name, onChange, value, testId, }: SwitchProps) => JSX.Element;