import { type TemplateResult } from '../../../../Dom/Html'; import type { CardActionsElement } from './CardActionsElement'; /** * The template of the `CardActionsElement`. * * @public */ export declare function cardActionsElementTemplate(e: T): TemplateResult; //# sourceMappingURL=CardActionsElementTemplate.d.ts.map