import { As, Options, Props } from "ariakit-react-utils/types"; import { PlaygroundState } from "./playground-state"; export declare const usePlaygroundClient: import("ariakit-react-utils/types").Hook>; export declare const PlaygroundClient: import("ariakit-react-utils/types").Component>; export declare type PlaygroundClientOptions = Options & { state?: PlaygroundState; file?: string; }; export declare type PlaygroundClientProps = Props>;