import { IStatusSticker, StatusStickerBaseImpl } from "../gen/components/statusSticker.base.js"; export { IStatusSticker }; export declare function StatusSticker(status: IStatusSticker['status']): StatusStickerImpl; export declare class StatusStickerImpl extends StatusStickerBaseImpl { }