@zealicsolutions/web-ui 0.1.13 → 0.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,8 @@
1
+ /// <reference types="react" />
1
2
  export declare const Wrapper: import("styled-components").StyledComponent<"footer", import("styled-components").DefaultTheme, {
2
3
  isMobile?: boolean | undefined;
3
4
  }, never>;
5
+ export declare const FooterImage: import("styled-components").StyledComponent<(props: import("atoms").ImageProps) => JSX.Element, import("styled-components").DefaultTheme, {}, never>;
4
6
  export declare const ContactInfoWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
5
7
  export declare const FooterContentWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
6
8
  isMobile?: boolean | undefined;