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