import { AnimationConfig, Rotate } from '../type'; type ImageWrapperProps = { imageid: string; animation: AnimationConfig; opacity: number; rotate?: Rotate; }; export declare const ImageWrapper: import("styled-components").StyledComponent<"div", any, ImageWrapperProps, never>; export {};