import * as React from 'react'; declare const Content: (props: React.PropsWithChildren<{}>) => JSX.Element; export default Content;