/// <reference types="react" />
import type { IconProps } from '../../types';
/**
 * Remix Icon: Scroll To Bottom Line
 * @see {@link https://remixicon.com/icon/scroll-to-bottom-line Remix Icon Docs}
 */
export declare const ScrollToBottomLine: import("react").MemoExoticComponent<{
    (props: IconProps): import("react").JSX.Element;
    displayName: string;
}>;
