import { JsonObject } from '@croct/json';

declare function getSlotContent(slotId: string, language?: string): JsonObject | null;

export { getSlotContent };
