export declare const handleSlotContent: (hostRef: HTMLElement, slotRef: HTMLElement, slotName: string) => void;
export declare const showExpertSlot: (label: unknown) => label is "";
export declare const buildBadgeTextString: (accessKey?: string, shortKey?: string) => string;
