export declare const DefaultDataLinksPage: LinksPageDataType; export declare type LinksPageDataType = { backgroundColor: string; brandId: string; description: string; detailLinks: DetailLinksType[]; hexTextColor: string; logoImage: string; name: string; }; export declare type DetailLinksType = { hexBorderColor: string; hexLabelColor: string; iconImage: string; id: string; label: string; ordering: number; url: string; }; export declare type IconsType = 'Sirclo Store' | 'Tokopedia' | 'Bukalapak' | 'Lazada' | 'Shopee' | 'Blibli' | 'JD.ID' | 'Zalora' | 'Zilingo' | 'Instagram' | 'Whatsapp' | 'Line' | 'Telegram' | 'Facebook' | 'Lainnya';