import React, { Component } from "react"; interface Props { storybookUi: React.ComponentType; emitter: any; } interface State { showStorybook: boolean; } declare class StorybookSwitcher extends Component, State> { /** * Creates an instance of FullScreenOverlay. * * @memberOf FullScreenOverlay */ constructor(props: Props); /** * Draw. */ render(): import("react/jsx-runtime").JSX.Element; } export default StorybookSwitcher; //# sourceMappingURL=storybook.d.ts.map