import * as React from 'react'; export declare const getAnchorFromChildren: (children?: React.ReactNode | null) => string | number | React.ReactElement> | Iterable | React.ReactPortal;