interface PrismDecoratorType { highlighted: object; } declare function PrismDecorator(this: PrismDecoratorType): void; export default PrismDecorator;