import { PropsWithChildren } from 'react'; export declare const HideChildrenFromAccessibilityTree: (props: PropsWithChildren<{}>) => JSX.Element;