export declare const style: { appNameStyle: { color: string; fontSize: number; overflow: string; paddingBottom: number; textAlign: string; textOverflow: string; textTransform: string; whiteSpace: string; }; card: { borderRadius: number; marginBottom: number; }; cardBody: { padding: number; }; img: { borderRadius: number; height: number; width: number; }; link: { textDecoration: string; }; listItemStyle: { borderRadius: number; padding: number; }; };