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