import { FC } from 'react'; import { GiscusProps } from '@giscus/react'; declare const Giscus: FC & { mapping?: GiscusProps['mapping']; }>; export { Giscus };