export declare const navigationFooterPresets: { footerLegalText: { base: { whiteSpace: string; textAlign: string; color: string; }; }; footerContainerStylePreset: { base: { backgroundColor: string; }; }; footerDividerStylePreset: { base: { borderColor: string; borderWidth: string; borderStyle: string; }; }; chatIconStylePreset: { base: { color: string; }; }; }; export declare const footerLegalText: { base: { whiteSpace: string; textAlign: string; color: string; }; };