import { FC } from 'react'; import { ZCodeBlockPropsType } from './Types'; export declare const ZCodeBlock: FC;