import { Occ } from '@spartacus/core';
import { Component, ContentSlot } from '../../types';
export declare const siteLogoSlot: () => Occ.ContentSlot;
export declare const miniCartSlot: () => Occ.ContentSlot;
export declare const homepageNavLinkSlot: () => Occ.ContentSlot;
export declare const headerLinksSlot: () => Occ.ContentSlot;
export declare const searchBoxSlot: () => Occ.ContentSlot;
export declare const topHeaderSlot: () => Occ.ContentSlot;
export declare const siteContextSlot: () => Occ.ContentSlot;
export declare const siteLinksSlot: () => Occ.ContentSlot;
export declare const navigationBarSlot: () => Occ.ContentSlot;
export declare const bottomHeaderSlot: (additionalComponents?: Component[]) => Occ.ContentSlot;
export declare const headerSlots: (additionalSlots?: ContentSlot[]) => ContentSlot[];
