import React from 'react';
import { IToggleWithLabelControlled } from './types/toggleWithLabel';
/**
 * @deprecated This component has been deprecated and will be removed in the next MAJOR release. Will include all this on the Toggle component
 */
export declare const ToggleWithLabelControlled: React.ForwardRefExoticComponent<IToggleWithLabelControlled<string> & React.RefAttributes<HTMLFieldSetElement>>;
