import React from "react"; import StorybookSwitcher from "./storybook"; /** * A plugin which provides .storybookSwitcher() on Reactotron. */ declare const _default: () => () => { onCommand: (command: import("lib/reactotron-core-contract/dist/types/src").Command) => void; features: { storybookSwitcher: (storybookUi: StorybookSwitcher["props"]["storybookUi"]) => (WrappedComponent: React.ComponentType) => (props: any) => React.JSX.Element; }; }; export default _default;