import * as React from "react"; type IconWithBackgroundProps = { iconElement: React.ReactElement; className: string; }; declare function IconWithBackground({ iconElement, className, }: IconWithBackgroundProps): import("react/jsx-runtime").JSX.Element; export { IconWithBackground }; //# sourceMappingURL=IconWithBackground.d.ts.map