import { StickerProps } from "@mui-treasury/component-sticker"; export declare const useStickerGlowStyles: (props: Pick) => Record<"none" | "outlined" | "root", string>; export declare type StickerGlowClassKey = keyof ReturnType; export declare type StickerGlowClasses = Partial>;