import React from 'react';
import { IToggleWithLabel } 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 ToggleWithLabelUncontrolled: React.ForwardRefExoticComponent<IToggleWithLabel<string> & React.RefAttributes<HTMLFieldSetElement>>;
export { ToggleWithLabelUncontrolled as ToggleWithLabel };
