import React from 'react'; import { type IconProps } from '@atlaskit/icon'; export declare const GlyphPlaceholder: (props: IconProps) => React.JSX.Element; export declare const WrapTextIcon: () => React.JSX.Element; export declare const UnwrapTextIcon: () => React.JSX.Element;