import { IconProps } from '../lib';
declare function Sticker(props: IconProps): JSX.Element;
export default Sticker;
