import type { FeedbackType } from '@/queries/sendFeedbackQuery'; type Props = { selectedFeedbackType?: FeedbackType; isFeedbackPending?: boolean; isCopied: boolean; onThumbsUp: () => void | Promise; onThumbsDown: () => void | Promise; onCopy: () => void | Promise; }; export declare const MessageActionBar: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=MessageActionBar.d.ts.map