/** * @slot cta - Optional call-to-action (e.g., button) * @slot - The data cell items */ export declare class SwirlDataCellStack { el: HTMLElement; description?: string; hideLabel?: boolean; label?: string; private headerId; private onSlotChange; render(): any; }