import { IIconBackgroundProps } from './types'; declare const IconBackground: ({ icon, className, id, size, style, variant, ...props }: IIconBackgroundProps) => import("react/jsx-runtime").JSX.Element; export default IconBackground; //# sourceMappingURL=IconBackground.d.ts.map