export declare const BlockWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { src?: string | undefined; height: number; width: number; }, never>; export declare const FilledCheckmarkWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { width: number; }, never>; export declare const BlockImage: import("styled-components").StyledComponent<"img", import("styled-components").DefaultTheme, { height: number; width: number; }, never>;