import type { ReactNode } from 'react'; export declare const IconWithContent: ({ content, icon }: { content: ReactNode; icon: ReactNode; }) => import("react").JSX.Element; //# sourceMappingURL=IconWithContent.d.ts.map