import { IconProps } from "../utils/index.mjs"; //#region src/chain/Avalanche.d.ts interface AvalancheProps extends IconProps { withBackground?: boolean; } declare const AvalancheCircle: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; /** Avalanche chain icon (colored). */ declare const Avalanche: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; declare const AvalancheCircleMono: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; /** Avalanche Square chain icon (colored). */ declare const AvalancheSquare: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; /** Avalanche Square chain icon (monochrome). */ declare const AvalancheSquareMono: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; /** Avalanche chain icon (monochrome). */ declare const AvalancheMono: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; //#endregion export { Avalanche, AvalancheCircle, AvalancheCircleMono, AvalancheMono, AvalancheSquare, AvalancheSquareMono }; //# sourceMappingURL=Avalanche.d.mts.map