export declare const DEFAULT_FILL = "#0D67FE"; export declare const LOCKUP_VIEW_HEIGHT = 24; export declare const LOCKUP_VIEW_WIDTH: number; export declare const MARK_PATH = "M17.875 2V15.1034C17.875 18.9122 14.7968 22 11 22C7.20315 22 4.125 18.9122 4.125 15.1034V9.58621L8.25 7.31035V15.1034C8.25 15.7436 8.50351 16.3576 8.95477 16.8103C9.40603 17.2629 10.0181 17.5172 10.6562 17.5172C11.2944 17.5172 11.9065 17.2629 12.3577 16.8103C12.809 16.3576 13.0625 15.7436 13.0625 15.1034V4.65517L17.875 2Z"; /** Striped single-color mark incl. the ray (different geometry than the * colored variants); pairs with WORDMARK_PATHS for the mono lockup. */ export declare const MONO_MARK_PATHS: string[]; export declare const RAY_FILL = "#00C9FF"; export declare const RAY_PATH = "M22 2.34473V9.93093L0 18.8965L22 2.34473Z"; /** Wordmark glyphs ("unstoppable"); geometry shared by all variants. */ export declare const WORDMARK_PATHS: string[]; /** Transform applied to the wordmark in every lockup variant. */ export declare const WORDMARK_TRANSFORM: string;