export declare enum StickerTypes {
    DEFAULT = "default",
    CROPPED = "crop",
    FULL = "full",
    CIRCLE = "circle",
    ROUNDED = "rounded"
}
