import { FC } from 'react'; import { type PreProps } from '../mdx/Pre'; export declare const CodeLite: FC>; export declare const CodeFullFeatured: FC>;