import * asReactfrom'react';
import { IToggleProps } from'./Toggle.types';
/**
* @deprecated This component was experimental and is not longer being developed on, nor will it be supported in the
* future.
*/exportdeclareconstToggle: React.FunctionComponent<IToggleProps>;