``` export default abstract class B { } ``` By the way, the same with ``` export default declare class B { } ``` Seems to be a parser bug