/// <reference types="react" />
import { IconSizes } from './IconTypes';
declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<(Omit<import("react").SVGProps<SVGSVGElement> & import("./IconTypes").IconEnumeratedSize & {
    Path: import("react").ComponentType;
    PathProps?: import("./IconTypes").PathProps | undefined;
    size?: IconSizes | undefined;
    fill?: import("index").AllColors | undefined;
}, "ref"> | Omit<import("react").SVGProps<SVGSVGElement> & import("./IconTypes").IconDimensionalSize & {
    Path: import("react").ComponentType;
    PathProps?: import("./IconTypes").PathProps | undefined;
    size?: IconSizes | undefined;
    fill?: import("index").AllColors | undefined;
}, "ref">) & import("react").RefAttributes<SVGSVGElement>>>;
export default _default;
