/// interface Props { opacity: number; blur: number; } export declare const PreviewImage: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLImageElement>, Props>>; export {};