import { type HTMLAttributes } from "@builder.io/qwik"; type Props = HTMLAttributes; export declare const Placeholder: import("@builder.io/qwik").Component; export {};