import type { ActionProps } from '../types'; export declare const ToggleElement: { ({ className, handleOnClick, title, disabled, disabledTranslation, testID, value, }: ActionProps): import("react/jsx-runtime").JSX.Element; displayName: string; };