export class Constants { static readonly X_COMPONENT_SURFACE_WIDTH = 1920 static readonly X_COMPONENT_SURFACE_HEIGHT = 1080 static readonly X_COMPONENT_BORDER_WIDTH = 0.5 static readonly CAPTURE_BUTTON_BORDER_WIDTH = 3 static readonly CAPTURE_BUTTON_BORDER_RADIUS = 70 static readonly CAPTURE_BUTTON_COLUMN_MARGIN = 24 static readonly CAPTURE_BUTTON_COLUMN_PADDING = 24 static readonly BACK_ICON_SIZE = 24 static readonly BACK_ICON_MARGIN = 24 static readonly FULL_PERCENT: string = '100%' static readonly EIGHTY_FIVE_PERCENT: string = '85%' static readonly EIGHTY_PERCENT: string = '80%' static readonly SEVENTY_FIVE_PERCENT: string = '75%' static readonly SEVENTY_PERCENT: string = '70%' static readonly FORTY_PERCENT: string = '40%' static readonly THIRTY_PERCENT: string = '30%' static readonly FIFTEEN_PERCENT: string = '15%' static readonly TEN_PERCENT: string = '10%' static readonly ZERO_PERCENT: string = '0%' static readonly TEXT_BORDER_RADIUS: number = 14 static readonly COLUMN_SPACE_24: number = 24 }