interface ICommentQuoteProps { quoteId?: string; className?: string; onClose?: () => void; } export declare const CommentQuote: (props: ICommentQuoteProps) => "" | import("react/jsx-runtime").JSX.Element | undefined; export {};