export namespace defaultSelfieThemeV2 { namespace Selfie { let backgroundColor: string; namespace countdown { export let color: string; export let fontSize: string; export let fontWeight: string; let backgroundColor_1: string; export { backgroundColor_1 as backgroundColor }; export let border: string; export let borderRadius: string; export let padding: string; } namespace loadingIcon { let src: string; let width: string; let height: string; } namespace error { let color_1: string; export { color_1 as color }; let fontSize_1: string; export { fontSize_1 as fontSize }; let fontWeight_1: string; export { fontWeight_1 as fontWeight }; let backgroundColor_2: string; export { backgroundColor_2 as backgroundColor }; let border_1: string; export { border_1 as border }; let borderRadius_1: string; export { borderRadius_1 as borderRadius }; let padding_1: string; export { padding_1 as padding }; } namespace progressCircle { let activeColor: string; let innerPadding: number; let showDashedRing: boolean; let showOutsideRing: boolean; let dashedRingLineThick: string; let dashedRingLineSpacing: string; let dashedRingColor: string; let dashedRingOpacity: number; let insideRingColor: string; let insideRingWidth: number; let insideRingStrokeDash: string; let outsideRingOpacity: number; let outsideRingColor: string; let errorRingWidth: number; let radius: number; let strokeWidth: number; let progress: number; let showErrorRing: boolean; let errorRingColor: string; let dashedRingWidth: number; let dashedInsideRingColor: string; let dashedInsideRingWidth: number; let showInsideRing: boolean; } namespace Active { namespace instruction { let color_2: string; export { color_2 as color }; let fontSize_2: string; export { fontSize_2 as fontSize }; let fontWeight_2: string; export { fontWeight_2 as fontWeight }; export let textShadow: string; let backgroundColor_3: string; export { backgroundColor_3 as backgroundColor }; let border_2: string; export { border_2 as border }; let borderRadius_2: string; export { borderRadius_2 as borderRadius }; } namespace directionIcon { let frontal: null; let frontalWidth: string; let left: string; let leftWidth: string; let right: string; let rightWidth: string; let up: string; let upWidth: string; } namespace imageHolder { let width_1: string; export { width_1 as width }; let height_1: string; export { height_1 as height }; let borderRadius_3: string; export { borderRadius_3 as borderRadius }; let border_3: string; export { border_3 as border }; let fontSize_3: string; export { fontSize_3 as fontSize }; let color_3: string; export { color_3 as color }; let fontWeight_3: string; export { fontWeight_3 as fontWeight }; let frontal_1: string; export { frontal_1 as frontal }; let left_1: string; export { left_1 as left }; let right_1: string; export { right_1 as right }; let up_1: string; export { up_1 as up }; } } } }