Repository URL to install this package:
|
Version:
3.0.1 ▾
|
import { MultipleListProps } from 'presets/MultipleLinkList/typings';
import { SocialIconDataType } from 'molecules/SocialIconList/typings';
import { CopyrightProps } from 'features/Copyright/typings';
import { LogoIconProps } from 'atoms/Icons/LogoIcon/typings';
import { FooterPoweredByData } from './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;
export { copyrightData, listOfSocialIcons, listOfLinks, poweredByData, logoIcon, };