import { CSSProperties, ReactElement } from 'react'; type FooterLabels = { /** Text for the tollerud.no link (e.g. "A Tollerud Project"). */ tollerudProject: string; /** * Optional middle segment after the link, before the rights line. * Example for Advania: `"for Advania Norge AS."` */ attribution?: string; allRightsReserved: string; }; type FooterProps = { labels?: Partial; /** Layout behavior: responsive keeps mobile-first stacking, row forces horizontal layout. */ layout?: 'responsive' | 'row'; /** Merged onto