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