import type { Style, StyleProps } from '../types/genericTypes'; interface FooterProps extends StyleProps { footerHeadingText?: Style; footerContetntText?: Style; } export declare const Footer: ({ style, footerContetntText, footerHeadingText, }: FooterProps) => JSX.Element; export {}; //# sourceMappingURL=Footer.d.ts.map