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