import type { WithNormalizedProps } from "../../global";
static interface SkeletonInput extends Omit<Marko.HTML.Div, `on${string}`> {
    "a11y-text"?: Marko.HTMLAttributes["aria-label"];
}
export interface Input extends WithNormalizedProps<SkeletonInput> {
}
