import { SerializableAgency } from '../../serializers/agency'; import { FooterItem, SocialType } from '../../state'; export declare enum FooterItemPseudoTypes { Branches = "branches", Social = "social", Text = "text", Image = "image", List = "list" } export default function generateInitialFooterItem(type: FooterItemPseudoTypes, agency: SerializableAgency): Promise; export declare function socialTypeFromUrl(url: string | null): SocialType.X | SocialType.Facebook | SocialType.Instagram | SocialType.Pinterest | SocialType.LinkedIn; //# sourceMappingURL=generate-initial-footer-item.d.ts.map