import React from 'react'; export default function Example(props: { /** * Child node to be rendered as the inner HTML of the component. */ children: React.ReactNode; }): JSX.Element; //# sourceMappingURL=Example.d.ts.map