UNPKG

v8-ui-components

Version:

A component lib for v8 storefront apps

12 lines (11 loc) 1.09 kB
import { IImageWithContentBackgroundProps, IImageWithContentContentStyledProps, IImageWithContentStyledProps } from "./ImageWithContent.interfaces"; export declare const ImageTextButton: import("styled-components").StyledComponent<"div", any, IImageWithContentStyledProps, never>; export declare const ImageTextButtonImageLink: import("styled-components").StyledComponent<"a", any, { isInContainer: boolean; isMobile: boolean; }, never>; export declare const ImageTextButtonBackground: import("styled-components").StyledComponent<"div", any, IImageWithContentBackgroundProps, never>; export declare const ImageTextButtonContent: import("styled-components").StyledComponent<"div", any, IImageWithContentContentStyledProps, never>; export declare const ImageTextButtonHeading: import("styled-components").StyledComponent<"h2", any, {}, never>; export declare const ImageTextButtonSubHeading: import("styled-components").StyledComponent<"p", any, {}, never>; export declare const ImageTextButtonBodyText: import("styled-components").StyledComponent<"div", any, {}, never>;