export type LegalFooterProps = { title: string; links: Array<{ title: string; link: string; }>; }; export declare const LegalFooter: import("@builder.io/qwik").Component;