/// <reference types="react" />
import type { IconProps } from '../../types';
/**
 * Remix Icon: Behance Fill
 * @see {@link https://remixicon.com/icon/behance-fill Remix Icon Docs}
 */
export declare const BehanceFill: import("react").MemoExoticComponent<{
    (props: IconProps): import("react").JSX.Element;
    displayName: string;
}>;
