import * as React from "react"; import * as react_jsx_runtime25 from "react/jsx-runtime"; //#region src/components/organisms/Footer.d.ts interface FooterProps { left?: React.ReactNode; center?: React.ReactNode; right?: React.ReactNode; links?: { label: React.ReactNode; href: string; }[]; className?: string; variant?: 'default' | 'marketing'; } declare function Footer({ left, center, right, links, className, variant }: FooterProps): react_jsx_runtime25.JSX.Element; //#endregion export { Footer }; //# sourceMappingURL=Footer.d.ts.map