UNPKG

v8-ui-components

Version:

A component lib for v8 storefront apps

9 lines (8 loc) 1.52 kB
import { IPageTopperWithFullBackgroundBackgroundStyledProps, IPageTopperWithFullBackgroundSubContentStyledProps, IPageTopperWithFullBackgroundTextBoxStyledProps, IPageTopperWithFullBackgroundTextStyledProps, IPageTopperWithFullBackgroundTitleStyledProps, IPageTopperWithFullBackgroundWrapperStyledProps } from "./PageTopperWithFullBackground.interfaces"; export declare const PageTopperWithFullBackgroundWrapper: import("styled-components").StyledComponent<"div", any, IPageTopperWithFullBackgroundWrapperStyledProps, never>; export declare const PageTopperWithFullBackgroundBackground: import("styled-components").StyledComponent<"div", any, IPageTopperWithFullBackgroundBackgroundStyledProps, never>; export declare const PageTopperWithFullBackgroundTextBox: import("styled-components").StyledComponent<"div", any, IPageTopperWithFullBackgroundTextBoxStyledProps, never>; export declare const PageTopperWithFullBackgroundSubContent: import("styled-components").StyledComponent<"div", any, IPageTopperWithFullBackgroundSubContentStyledProps, never>; export declare const PageTopperWithFullBackgroundTitle: import("styled-components").StyledComponent<"div", any, IPageTopperWithFullBackgroundTitleStyledProps, never>; export declare const PageTopperWithFullBackgroundText: import("styled-components").StyledComponent<"div", any, IPageTopperWithFullBackgroundTextStyledProps, never>; export declare const PageTopperWithFullBackgroundButtonWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;