import { As, Props } from "ariakit-react-utils/types"; import { ButtonOptions } from "ariakit/button"; import { PlaygroundState } from "../playground-state"; export declare const useOpenInCodeSandbox: import("ariakit-react-utils/types").Hook>; export declare const OpenInCodeSandbox: import("ariakit-react-utils/types").Component>; export declare type OpenInCodeSandboxOptions = ButtonOptions & { state?: PlaygroundState; }; export declare type OpenInCodeSandboxProps = Props>;