import type { WithNormalizedProps } from "../../global"; export interface Option extends Omit { optgroup?: string; text?: string; } interface SelectInput extends Omit { option?: Marko.AttrTag