import { type FC } from 'react'; import { type ContentProps } from '../../typings'; export declare const Content: FC;