import { ComponentPropsWithRef } from "react"; type PromptProps = ComponentPropsWithRef<"button"> & { image?: string; }; export declare function Prompt({ className, image, children, ref, ...props }: PromptProps): import("react").JSX.Element; export declare namespace Prompt { var displayName: string; } export {}; //# sourceMappingURL=Prompt.d.ts.map