import React from "react"; export declare function ShadowWebComponent({ theme, }: { theme: "light-theme" | "dark-theme"; }): React.ReactElement;