import * as React from 'react'; import styled from 'styled-components'; import { colors } from 'ts/style/colors'; export interface FullscreenMessageProps { headerText: string; bodyText: string; } export const FullscreenMessage = (props: FullscreenMessageProps) => { return (