export default function (config: {
    ts: boolean;
    componentName: string;
}): string;
