import { ViewStyle } from "react-native"; export declare const LAYOUT: { readonly ITEM_SIZE: 90; readonly ICON_SIZE: 52; readonly CLOSE_BUTTON_SIZE: 48; }; export declare const ROW_CONFIG: { readonly TOP_RADIUS: 80; readonly TOP_START_ANGLE: -135; readonly TOP_END_ANGLE: -45; readonly BOTTOM_OFFSET_X: 130; readonly BOTTOM_Y: 60; readonly CENTER_Y: 150; }; export declare const ARC_BACKGROUND: { readonly WIDTH: 450; readonly HEIGHT: 280; readonly BORDER_RADIUS_TOP: 225; }; export declare const OVERLAY: { readonly PADDING_BOTTOM_OFFSET: 0; }; export declare function getTopRowPosition(index: number, totalInRow: number): ViewStyle; export declare function getBottomRowPosition(side: "left" | "right"): ViewStyle;