import { CSSProperties } from "react"; export function LightshowIcon(props: { className?: string; style?: CSSProperties }) { return ( ); }