interface CardIconProps {
headline: HTMLElement | null;
text?: HTMLElement | null;
image?: HTMLImageElement | null;
isThemeDark?: boolean;
}
export declare const createCompositeCardOverlayIcon: (props: CardIconProps) => import('../../../../builder/dist/index.d.ts').ElementModel;
export {};
//# sourceMappingURL=icon.d.ts.map