Repository URL to install this package:
|
Version:
0.0.15 ▾
|
import { CopyrightProps, FooterPoweredByData, LogoIconProps, MultipleListProps, SocialIconDataType } from '@skava/packages/ui/typings';
declare const copyrightData: CopyrightProps;
declare const listOfSocialIcons: SocialIconDataType;
/**
* @todo THESE LINKS ARE DEAD ?
*/
declare const listOfLinks: MultipleListProps;
declare const poweredByData: FooterPoweredByData;
declare const logoIcon: LogoIconProps;
declare const wording: {
connectWithUs: string;
};
export { wording, copyrightData, listOfSocialIcons, listOfLinks, poweredByData, logoIcon };