import type { InputHTMLAttributes, ReactNode } from 'react';
export declare const Toggle: import("react").ForwardRefExoticComponent<{
checked?: boolean;
tooltip?: string;
size?: 'large' | 'small';
labelPosition?: 'left' | 'right';
label?: ReactNode;
'aria-label'?: string;
helper?: ReactNode;
className?: string;
error?: boolean | string;
'data-testid'?: string;
} & Pick, "aria-describedby" | "checked" | "disabled" | "id" | "name" | "onBlur" | "onChange" | "onFocus" | "onKeyDown" | "required" | "style" | "tabIndex" | "value"> & import("react").RefAttributes>;
//# sourceMappingURL=index.d.ts.map