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