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