import type { LitComponents } from "./types"; /** * The default, unstyled component registry: semantic HTML with no class names, * inline styles, or theming. Data-backed platform embeds render nothing by * default — supply platform components to make them live. */ export declare const defaultComponents: LitComponents; //# sourceMappingURL=defaults.d.ts.map