export declare const DEPOSIT_METRICS: { readonly reference: { readonly width: 393; readonly height: 852; readonly insetTop: 59; readonly insetBottom: 34; }; readonly narrowDeviceWidth: 380; readonly sideMargin: 24; readonly narrowSideMargin: 16; readonly grabber: { readonly width: 60; readonly height: 5; readonly radius: 5; readonly top: 64; }; readonly header: { readonly top: 92; readonly height: 32; readonly titleTop: 100; readonly titleSize: 24; readonly titleLineHeight: 23.76; }; readonly balance: { readonly labelSize: 12; readonly labelLineHeight: 13.8; readonly labelTracking: -0.36; readonly labelTop: 93; readonly valueSize: 15; readonly valueLineHeight: 17.25; readonly valueTracking: -0.48; readonly valueTop: 107; readonly centsSize: 10.5; readonly avatarSize: 32; readonly avatarRight: 16; readonly avatarGap: 6; }; readonly amount: { readonly size: 96; readonly tracking: -1.44; readonly height: 114; readonly centerY: 291; readonly placeholderOpacity: 0.1; }; readonly method: { readonly left: 36; readonly top: 444; readonly width: 56.6; readonly height: 24; }; readonly notice: { readonly bottom: 126; }; readonly fee: { readonly size: 15; readonly lineHeight: 15; readonly tracking: -0.6; readonly rightInset: 2; readonly centerY: 459.5; readonly buttonGap: 21; }; readonly chips: { readonly width: 329; readonly height: 64; readonly top: 483; readonly paddingVertical: 5; readonly chipWidth: 70; readonly chipHeight: 48; readonly gap: 8; readonly radius: 14; readonly tracking: -0.28; }; readonly button: { readonly height: 56; readonly top: 488; readonly radius: 999; readonly fontSize: 17; readonly tracking: -0.68; }; readonly numpad: { readonly width: 274; readonly height: 198; readonly top: 574; readonly rowPitch: 60; readonly lineHeight: 18; readonly fontSize: 24; readonly tracking: -0.36; readonly decimalSize: 48; readonly decimalTracking: -0.72; readonly decimalOffsetY: -10; readonly buttonGap: 30; readonly bottomGap: 80; }; readonly disclosure: { readonly keypadGap: 28; readonly bottomGap: 24; readonly height: 28; }; readonly watermarkTop: 818; }; export declare function depositSideMargin(width: number): number; export declare const DEPOSIT_ACTIONS_HEIGHT: number; /** * The notice is pinned above the action row and is taller than the row itself, * so the part standing proud of it has to be kept clear of the amount. */ export declare function depositNoticeOverhang(noticeHeight: number): number; export declare function depositNumpadBottom(insetBottom: number): number; export declare function depositAmountCenter(height: number, insetTop: number, insetBottom: number, noticeOverhang?: number): number; /** Minimum canvas that keeps the amount, actions and keypad from overlapping. */ export declare function depositMinimumHeight(insetTop: number, insetBottom: number): number; //# sourceMappingURL=depositMetrics.d.ts.map