import type { ReactElement } from 'react'; import type { AsChildProps } from '~/utils/types'; export declare function useAsChild

>>({ children, asChild, ...props }: P, defaultEl?: ReactElement): import("react/jsx-runtime").JSX.Element;