import type { Input as BaseInput } from "../components/ebay-notice-base/index.marko";
export type Input = (Omit<BaseInput, `on${string}` | "prefixClass" | "root" | "headerRoot" | "mainRoot" | "noA11yLabel">);
