import { HTMLAttributes, ReactNode } from "react"; export declare const bpIconWrapper: (path: ReactNode, viewbox?: number, svgProps?: HTMLAttributes, className?: string) => import("react/jsx-runtime").JSX.Element;