interface Props {
    text: string;
    textColor?: string;
    bgColor?: string;
    className?: string;
    lineColor?: string;
    grafismColor?: string;
    lpHeight?: string;
    lpClassName?: string;
}
declare const TextHighLightSection: ({ text, textColor, bgColor, className, lineColor, grafismColor, lpHeight, lpClassName, }: Props) => import("react/jsx-runtime").JSX.Element;
export default TextHighLightSection;
