import { FC } from 'react'; import { ZExpandCodeBlockPropsType } from './Types'; export declare const ZExpandCodeBlock: FC;