import type { Components, JSX } from "./types/components"; interface SlBlankslate extends Components.SlBlankslate, HTMLElement {} export const SlBlankslate: { prototype: SlBlankslate; new (): SlBlankslate; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;