import type { WithNormalizedProps } from "../../global";
static interface CtaButtonInput extends Marko.HTML.A {
    size?: "default" | "large";
}
export interface Input extends WithNormalizedProps<CtaButtonInput> {
}
