import * as solid_js from 'solid-js'; import { JSX } from '@public-ui/components'; type TagNameTransformer = (tagName: string) => string; declare const setTagNameTransformer: (_tagNameTransformer: TagNameTransformer) => void; declare const KolAbbr: (props: solid_js.PropsWithChildren>) => HTMLKolAbbrElement; declare const KolAccordion: (props: solid_js.PropsWithChildren>) => HTMLKolAccordionElement; declare const KolAlert: (props: solid_js.PropsWithChildren>) => HTMLKolAlertElement; declare const KolAvatar: (props: solid_js.PropsWithChildren>) => HTMLKolAvatarElement; declare const KolBadge: (props: solid_js.PropsWithChildren>) => HTMLKolBadgeElement; declare const KolBreadcrumb: (props: solid_js.PropsWithChildren>) => HTMLKolBreadcrumbElement; declare const KolButton: (props: solid_js.PropsWithChildren>) => HTMLKolButtonElement; declare const KolButtonLink: (props: solid_js.PropsWithChildren>) => HTMLKolButtonLinkElement; declare const KolCard: (props: solid_js.PropsWithChildren>) => HTMLKolCardElement; declare const KolCombobox: (props: solid_js.PropsWithChildren>) => HTMLKolComboboxElement; declare const KolDetails: (props: solid_js.PropsWithChildren>) => HTMLKolDetailsElement; declare const KolDialog: (props: solid_js.PropsWithChildren>) => HTMLKolDialogElement; declare const KolDrawer: (props: solid_js.PropsWithChildren>) => HTMLKolDrawerElement; declare const KolForm: (props: solid_js.PropsWithChildren>) => HTMLKolFormElement; declare const KolHeading: (props: solid_js.PropsWithChildren>) => HTMLKolHeadingElement; declare const KolIcon: (props: solid_js.PropsWithChildren>) => HTMLKolIconElement; declare const KolImage: (props: solid_js.PropsWithChildren>) => HTMLKolImageElement; declare const KolInputCheckbox: (props: solid_js.PropsWithChildren>) => HTMLKolInputCheckboxElement; declare const KolInputColor: (props: solid_js.PropsWithChildren>) => HTMLKolInputColorElement; declare const KolInputDate: (props: solid_js.PropsWithChildren>) => HTMLKolInputDateElement; declare const KolInputEmail: (props: solid_js.PropsWithChildren>) => HTMLKolInputEmailElement; declare const KolInputFile: (props: solid_js.PropsWithChildren>) => HTMLKolInputFileElement; declare const KolInputNumber: (props: solid_js.PropsWithChildren>) => HTMLKolInputNumberElement; declare const KolInputPassword: (props: solid_js.PropsWithChildren>) => HTMLKolInputPasswordElement; declare const KolInputRadio: (props: solid_js.PropsWithChildren>) => HTMLKolInputRadioElement; declare const KolInputRange: (props: solid_js.PropsWithChildren>) => HTMLKolInputRangeElement; declare const KolInputText: (props: solid_js.PropsWithChildren>) => HTMLKolInputTextElement; declare const KolKolibri: (props: solid_js.PropsWithChildren>) => HTMLKolKolibriElement; declare const KolLink: (props: solid_js.PropsWithChildren>) => HTMLKolLinkElement; declare const KolLinkButton: (props: solid_js.PropsWithChildren>) => HTMLKolLinkButtonElement; declare const KolMeter: (props: solid_js.PropsWithChildren>) => HTMLKolMeterElement; declare const KolModal: (props: solid_js.PropsWithChildren>) => HTMLKolModalElement; declare const KolNav: (props: solid_js.PropsWithChildren>) => HTMLKolNavElement; declare const KolPagination: (props: solid_js.PropsWithChildren>) => HTMLKolPaginationElement; declare const KolPopoverButton: (props: solid_js.PropsWithChildren>) => HTMLKolPopoverButtonElement; declare const KolProgress: (props: solid_js.PropsWithChildren>) => HTMLKolProgressElement; declare const KolQuote: (props: solid_js.PropsWithChildren>) => HTMLKolQuoteElement; declare const KolSelect: (props: solid_js.PropsWithChildren>) => HTMLKolSelectElement; declare const KolSingleSelect: (props: solid_js.PropsWithChildren>) => HTMLKolSingleSelectElement; declare const KolSkeleton: (props: solid_js.PropsWithChildren>) => HTMLKolSkeletonElement; declare const KolSkipNav: (props: solid_js.PropsWithChildren>) => HTMLKolSkipNavElement; declare const KolSpin: (props: solid_js.PropsWithChildren>) => HTMLKolSpinElement; declare const KolSplitButton: (props: solid_js.PropsWithChildren>) => HTMLKolSplitButtonElement; declare const KolTableStateful: (props: solid_js.PropsWithChildren>) => HTMLKolTableStatefulElement; declare const KolTableStateless: (props: solid_js.PropsWithChildren>) => HTMLKolTableStatelessElement; declare const KolTabs: (props: solid_js.PropsWithChildren>) => HTMLKolTabsElement; declare const KolTextarea: (props: solid_js.PropsWithChildren>) => HTMLKolTextareaElement; declare const KolToolbar: (props: solid_js.PropsWithChildren>) => HTMLKolToolbarElement; declare const KolTree: (props: solid_js.PropsWithChildren>) => HTMLKolTreeElement; declare const KolTreeItem: (props: solid_js.PropsWithChildren>) => HTMLKolTreeItemElement; declare const KolVersion: (props: solid_js.PropsWithChildren>) => HTMLKolVersionElement; export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolMeter, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, setTagNameTransformer };