import { Space } from '../../../../designSystem/zeniConstants'; /** * Layout for Review & Confirm transfer drawer. Widths/heights follow design spec; * use Space tokens where they align (e.g. inner radius). */ export declare const TRANSFER_MENU_Z_INDEX = 1000; export declare const TRANSFER_DRAWER_LAYOUT: { readonly paperWidth: "512px"; readonly headerBandHeight: "62px"; readonly headerControlHeight: "30px"; readonly cardLabelColumnWidth: "110px"; readonly accountSelectMaxWidth: "280px"; }; /** Type pill option chips in the transaction-type grouped select (`menuOptionPresentation="typePill"`). */ export declare const TYPE_PILL_HEIGHT = "20px"; /** Between Space.sp1 (4px) and Space.sp2 (8px); matches pill spec. */ export declare const TYPE_PILL_BORDER_RADIUS = "6px"; /** Inner radius aligned with card chrome (Space.sp2 = 8px). */ export declare const TRANSFER_CARD_INNER_RADIUS = Space.sp2;