import { ElementType } from "react"; import { As, Options, Props } from "ariakit-react-utils/types"; import { RoleProps } from "ariakit/role"; import { PlaygroundState } from "./playground-state"; export declare const usePlaygroundPreview: import("ariakit-react-utils/types").Hook>; export declare const PlaygroundPreview: import("ariakit-react-utils/types").Component>; export declare type PlaygroundPreviewOptions = Options & { state?: PlaygroundState; file?: string; getModule?: (path: string) => any; errorProps?: RoleProps; }; export declare type PlaygroundPreviewProps = Props>;