import React from "react"; export type EmojiProps = { resolveNames?: boolean; disableTooltip?: boolean; emojiName: string; enlarged?: boolean; src?: React.ComponentPropsWithRef<"img">["src"]; } & React.ComponentPropsWithRef<"img">; declare function Emoji({ src, disableTooltip, emojiName, enlarged, ...props }: EmojiProps): import("react/jsx-runtime").JSX.Element; export declare const Twemoji: import("@stitches/react/types/styled-component").StyledComponent>; export default Emoji; //# sourceMappingURL=index.d.ts.map