/// export interface ImageStyles { style?: React.CSSProperties; hoveredStyle?: React.CSSProperties; } export declare const styles: ImageStyles;