import { ButtonProps } from '../../button/itlab-button.vue'; import { LabComment, LabCommentReply } from 'itlab-functions'; type AddReactionProps = ButtonProps & { comment: LabComment | LabCommentReply; }; declare const __VLS_export: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onReaction?: ((reaction: string) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;