import { default as React } from 'react'; export interface AsChildSlotHandle { /** Click the child’s DOM node */ click: () => void; } export interface AsChildSlotProps { /** Pass one element/component that we will map to a DOM element (,