type NonEmptyString = '' extends T ? never : T; export type SdsTagName = `sds-${NonEmptyString}`; export declare function guardedCustomElement(tagName: SdsTagName): ClassDecorator; export {}; //# sourceMappingURL=guarded-custom-element.d.ts.map