import { FC } from 'react';
import { ComponentBaseProps } from '../core';
export declare const Sticker: FC<ComponentBaseProps>;
