import type { Props } from "./types"; /** * [Go to docs](https://runes-webkit.codewithshin.com/) * ## Props * @props: size: any = ctx.size || "24"; * @props:role: any = ctx.role || "img"; * @props:ariaLabel: any = "bluesky"; * @props:class: string; * @props:title: any; * @props:desc: any; */ declare const Bluesky: import("svelte").Component; type Bluesky = ReturnType; export default Bluesky;