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