import { CardOverlayProps } from '../_types'; export declare const classRef = "card-overlay-image"; export declare const createCardOverlayImage: (props: CardOverlayProps) => { events: { load: () => void; }; element: HTMLElement; styles: string; update?: (props: Partial) => void; destroy?: () => void; }; //# sourceMappingURL=image.d.ts.map