import type { SVGProps } from "react"; export interface StickerEmojiIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function StickerEmojiIcon({ className, size, color, ...props }: StickerEmojiIconProps): import("react").JSX.Element; //# sourceMappingURL=sticker-emoji-icon.d.ts.map