import type { IconProps } from "./types"; export declare const WritingIcon: (props: IconProps) => JSX.Element;