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