/** * `compileWC` * * This function converts the JSX code of a web component to a format * that can be used in the browser. * * Docs: https:/brisa.build/api-reference/compiler-apis/compileWC */ export function compileWC(code: string): string;