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