import React from 'react'; /** * Host div + inner open shadow root with OV25 adopted stylesheets. * Use when children use `ov:*` / shadow-scoped tokens but ancestors are light DOM (e.g. document.body). */ export declare const Ov25ShadowHost: React.ForwardRefExoticComponent & { children: React.ReactNode; } & React.RefAttributes>;