import type { SlotComponent } from "../hooks/use-slot/types"; export type LnComponent = Props & { render?: SlotComponent; };