import { Component, ContentSlot } from '../../types';
export declare const contentSlot: (slotPosition: string, components: Component[]) => ContentSlot;
