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