/// <reference types="react" />
import { HighlighterProps } from './type';
interface HighlighterFullFeaturedProps extends Omit<HighlighterProps, 'children'> {
    content: string;
}
export declare const HighlighterFullFeatured: import("react").NamedExoticComponent<HighlighterFullFeaturedProps>;
export default HighlighterFullFeatured;
