export declare function useRandomEmoji(): {
    randomEmoji: import("vue").ComputedRef<string>;
    emojis: string[];
};
