import { h } from 'preact'; /** @jsx h */ declare function addCodeLanguage(name: string, language: any): void; declare enum DebugLevel { None = 0, Log = 1, Breakpoint = 2 } declare function setDebugLevel(level: DebugLevel): void; declare enum Platform { Default = "default", Angular = "angular", Preact = "preact", Qwik = "qwik", React = "react", Solid = "solid", Svelte = "svelte", Vue = "vue", Webcomponents = "webcomponents" } declare function getPlatform(): Platform; declare function getVersion(): string; declare function Avatar(props: any): h.JSX.Element; declare const __default: typeof Avatar; declare function Button(props: any): h.JSX.Element; declare const __default$0: typeof Button; declare function Code(props: any): h.JSX.Element; declare const __default$1: typeof Code; declare function Pill(props: any): h.JSX.Element; declare const __default$2: typeof Pill; declare function Spinner(props: any): h.JSX.Element; declare const __default$3: typeof Spinner; declare function Itchio(props: any): h.JSX.Element; declare const __default$4: typeof Itchio; declare function useTooltipExtension(rootElement?: HTMLElement): void; declare const __default$5: typeof useTooltipExtension; declare function Toast(props: any): h.JSX.Element; declare const __default$7: typeof Toast; declare function Column(props: any): h.JSX.Element; declare const __default$8: typeof Column; declare function Container(props: any): h.JSX.Element; declare const __default$9: typeof Container; declare function Row(props: any): h.JSX.Element; declare const __default$10: typeof Row; export { __default as Avatar, __default$0 as Button, __default$1 as Code, __default$8 as Column, __default$9 as Container, DebugLevel, __default$4 as Itchio, __default$2 as Pill, __default$10 as Row, __default$3 as Spinner, __default$7 as Toast, addCodeLanguage, getPlatform, getVersion, setDebugLevel, __default$7 as useToastExtension, __default$5 as useTooltipExtension };