import { FC, HTMLAttributes } from 'react'; declare const Code: FC & { 'data-language'?: string; }>; export { Code };