declare module '@backstage/theme' { interface OverrideComponentNameToClassKeys { MyTestComponent: 'root' | 'header'; } } export {};