import { Emoji } from "@emoji-mart/data";
export interface CustomEmojiData {
    id: string;
    name: string;
    emojis: Emoji[];
}
