import React from 'react'; export default function Handler(props: { children: JSX.Element; }): React.JSX.Element;