import { PropsOf } from '@builder.io/qwik'; export type FooterLinkGroupProps = PropsOf<'ul'> & { col?: boolean; }; export declare const FooterLinkGroup: import("@builder.io/qwik").Component;