import { default as Toggle } from './Toggle';
import * as CONSTANTS from './Toggle.constants';
import { Props } from './Toggle.types';
export { CONSTANTS as TOGGLE_CONSTANTS };
export type ToggleProps = Props;
export default Toggle;
