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