import type { TemplateEntityV1beta3 } from '@backstage/plugin-scaffolder-common'; /** * The Props for the {@link TemplateCardTags} component * @alpha */ export interface TemplateCardTagsProps { template: TemplateEntityV1beta3; } export declare const TemplateCardTags: ({ template }: TemplateCardTagsProps) => import("react/jsx-runtime").JSX.Element;