import React from "react"; type Props = { rounded?: "left" | "right" | "none" | "full"; }; export declare function AIGeneration({ rounded }: Props): React.ReactElement; export {};