import type { IconProps } from '../../types';
declare const ShareLine: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Share Line
 * @see {@link https://remixicon.com/icon/share-line Remix Icon Docs}
 */
export { ShareLine };
