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