/// <reference types="react" />
import type { IconProps } from '../../types';
/**
 * Remix Icon: Aspect Ratio Line
 * @see {@link https://remixicon.com/icon/aspect-ratio-line Remix Icon Docs}
 */
export declare const AspectRatioLine: import("react").MemoExoticComponent<{
    (props: IconProps): import("react").JSX.Element;
    displayName: string;
}>;
