import { Occ } from '@spartacus/core';
import { ContentSlot } from '../../types';
export declare const placeholderContentSlot: () => Occ.ContentSlot;
export declare const footerSlot: () => Occ.ContentSlot;
export declare const footerSlots: () => ContentSlot[];
