import { StatusSticker as IStatusSticker } from "../response.js"; import { Component } from "../../components/component.js"; export { IStatusSticker }; export declare class StatusStickerBaseImpl extends Component { }