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