v8-ui-components
Version:
A component lib for v8 storefront apps
6 lines (5 loc) • 655 B
TypeScript
/// <reference types="react" />
import { ISmallBannerWithBackgroundImageStyledProps, IStandardContentBlock1HeadingProps } from "./SmallBannerWithBackgroundImage.interfaces";
export declare const StandardContentBlock1Heading: import("styled-components").StyledComponent<"h2", any, IStandardContentBlock1HeadingProps, never>;
export declare const StandardContentBlock1: import("styled-components").StyledComponent<"div", any, ISmallBannerWithBackgroundImageStyledProps, never>;
export declare const StandardContentBlock1WrapperLink: import("styled-components").StyledComponent<(props: import("v8-ui-atoms").ILinkProps) => JSX.Element, any, {}, never>;