/**
 * @license EUPL-1.2+
 * Copyright Gemeente Amsterdam
 */
export { PageFooter } from './PageFooter';
export type { PageFooterProps } from './PageFooter';
export type { PageFooterMenuProps } from './PageFooterMenu';
export type { PageFooterMenuLinkProps } from './PageFooterMenuLink';
export type { PageFooterSpotlightProps } from './PageFooterSpotlight';
