declare const usePlaygroundState: () => {
    playgroundStoryBaseUrl: Promise<string>;
    playgroundStoryId: string;
    isPlaygroundStorySelected: boolean;
};
export default usePlaygroundState;
//# sourceMappingURL=usePlaygroundState.d.ts.map