import type { WistiaContainerHTMLElement } from '../types/player-api-types.ts';
/**
* Get all API embed container elements. That's anything matching div/span.wistia_embed.
* @param {string} [klass='wistia_embed'] - The class name to match on
* @returns {HTMLElement[]}
*/
export declare const getAllApiEmbedElements: (klass?: string) => WistiaContainerHTMLElement[];
//# sourceMappingURL=getEmbedElements.d.ts.map