// @flow import React from "react" import { Toggle } from "../.." const Example = () => { return ( ) } export default Example