import { type SupportBannerProps as Props } from "."; /** * [Go to docs](https://runes-webkit.codewithshin.com/) * ## Props * @props: children: Snippet; * @props:class: string; * @props:pClass: string | undefined; */ declare const SupportBanner: import("svelte").Component; type SupportBanner = ReturnType; export default SupportBanner;