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