import type { ReactElement } from 'react'; export declare const PassPropsContext: import("react").Context>; type PassPropsElementProps = { children?: ReactElement; __passPropsNameList?: string[]; __passPropsRoot?: boolean; }; export declare const PassPropsElement: (props: PassPropsElementProps & Record) => import("react/jsx-runtime").JSX.Element; export declare const PassPropsInject: (props: { children?: ReactElement; }) => import("react/jsx-runtime").JSX.Element; export {};