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