import { ContentSlot } from '../../types';
export declare const cmsSearchContentSlots: (listSlotName: string, listFlexTypeCode: string) => ContentSlot[];
