import type { Input as IconInput } from "../../component-browser";
export type Input = Omit<IconInput, `_${string}`>;
