import * as ts from 'typescript'; import { TransformerOptions } from '../types'; export default function componentTransformer(_options?: TransformerOptions): ts.TransformerFactory;