import { IconProps } from '../../iconUtils'; export declare const FormatInkHighlighter: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type FormatInkHighlighterProps = IconProps; export default FormatInkHighlighter;