Repository URL to install this package:
|
Version:
2.1.16 ▾
|
import { MultipleListProps } from 'presets/MultipleLinkList/typings';
import { SocialIconDataType } from '@skava/ui/dist/components/molecules/SocialIconList/typings';
import { CopyrightProps } from '@skava/ui/dist/components/features/Copyright/typings';
import { LogoIconProps } from '@skava/ui/dist/components/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, };