import { JsonDocsSlot } from '../../../stencil-public-runtime';
export declare function SlotList({ slots, id, }: {
    id: string;
    slots: JsonDocsSlot[];
}): HTMLElement[];
