import type { IconProps } from '../../types';
declare const PlusLine: import("react").NamedExoticComponent<IconProps>;
/**
 * MingCute Icon: Plus Line
 * @see {@link https://www.mingcute.com MingCute Icon Docs}
 */
export { PlusLine };
