import { IEmoji } from "@/models/Emoji"; import { PropType } from "vue"; declare const _default: import("vue").DefineComponent<{ emoji: { type: PropType; }; size: { type: NumberConstructor; required: true; }; withBorder: { type: BooleanConstructor; }; }, unknown, unknown, { styleSize(): { fontSize: string; lineHeight: string; height: string; width: string; }; }, { uemoji(data: any): string; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; size: { type: NumberConstructor; required: true; }; withBorder: { type: BooleanConstructor; }; }>>, { withBorder: boolean; }, {}>; export default _default; //# sourceMappingURL=EmojiItem.vue?vue&type=script&lang.d.ts.map