declare type ImageViewType = { base64: string; repeat?: string; }; export declare const imageViewStyle: (props: ImageViewType) => import("styled-components").FlattenSimpleInterpolation; export {};