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