import React, { ReactNode } from 'react'; /** VwcHostSemanticsBehavior * For more info on this Vivid element please visit https://vivid.deno.dev/components/host-semantics-behavior */ declare const VwcHostSemanticsBehavior: { (props: { children?: ReactNode; slot?: string | undefined; id?: string | undefined; style?: React.CSSProperties | undefined; ref?: React.RefObject | ((instance: HTMLDivElement | null) => void) | null | undefined; }): JSX.Element; displayName: string; }; export default VwcHostSemanticsBehavior;