import type { CommonIconProps } from '../types'; export declare const LongDashDotDotLineIcon: ({ width, height }: CommonIconProps) => string;