declare function useHMR(): void; /** * Mounting normal vue components inside a vue custom elements discards the css. * To fix this the styles are applied to the renderRoot. */ declare function useStyles(): void; export { useHMR, useStyles };