import type { LucideProps } from "lucide-react"; export type SVGComponent = (props: Omit) => JSX.Element;