import type { IThumbnailProps } from './index'; export declare const Image: import("styled-components").StyledComponent<"img", any, {}, never>; export declare const ErrorIconContainer: import("styled-components").StyledComponent<"div", any, { defaultIconSize: IThumbnailProps['defaultIconSize']; }, never>;