import type { APIStickerItem } from "discord-api-types/v10"; interface StickerProps { sticker: APIStickerItem; } declare function Sticker(props: StickerProps): import("react/jsx-runtime").JSX.Element; export default Sticker; //# sourceMappingURL=index.d.ts.map