import { As, Options, Props } from "ariakit-react-utils/types"; import { PlaygroundState } from "./playground-state"; export declare const usePlayground: import("ariakit-react-utils/types").Hook>; export declare const Playground: import("ariakit-react-utils/types").Component>; export declare type PlaygroundOptions = Options & { state: PlaygroundState; }; export declare type PlaygroundProps = Props>;