import * as React from "react"; import type { GlobalState, GlobalAction } from "../../shared/types"; declare const Story: ({ globalState, dispatch, }: { globalState: GlobalState; dispatch: React.Dispatch; }) => import("react/jsx-runtime").JSX.Element | null; export default Story;