export const profilePictureSize: 40; export const profilePictureMargin: 10; export function Header({ url, userProfileImageUrl, name, handle, date }: { url: any; userProfileImageUrl: any; name: any; handle: any; date: any; }): JSX.Element; export default Header;