import { IconProps } from '../lib';
declare function SmileySticker({ weight, color, size, style }: IconProps): JSX.Element;
export default SmileySticker;
