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