import { type ReactNode } from "react";
import { ComponentPropsWithoutRef } from "react-markdown/lib/ast-to-react";
export declare function UserSuggestionBtn({ children, className, ...props }: ComponentPropsWithoutRef<"button">): import("react/jsx-runtime").JSX.Element;
export declare function UserSuggestionsContainer({ children, }: {
    children: ReactNode;
}): import("react/jsx-runtime").JSX.Element;
