import * as React from 'react'; type Props = React.PropsWithChildren; declare const RootMock: React.FC; export default RootMock;