import { JSX } from 'react'; import { IconPropsWithoutSvgPath } from '../Icon/Icon.types'; export declare const DescriptionSVGpath: import("react/jsx-runtime").JSX.Element; export declare function DescriptionIcon(props: IconPropsWithoutSvgPath): JSX.Element;