import { DOMAttributes } from 'react'; export type StrictAsChild = { asChild: true; children: NonNullable['children']>; } | { asChild?: false; children?: never; };