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