import type { RenderFunction } from 'vue'

export declare const defineRender: (render: RenderFunction) => void
