export declare const MAX_PATTERNS: 15; export declare const PatternConfig: { readonly MAX_PATTERNS: 15; readonly PATTERN_HINT_MAX_LENGTH: 36; readonly DEFAULT_OFFSET_CUSTOM_INTENSITY: 50; readonly DEFAULT_ROTATION_CUSTOM_INTENSITY: 25; readonly ROTATION_INTENSITY_MIN: -100; readonly ROTATION_INTENSITY_MAX: 100; readonly OFFSET_INTENSITY_MIN: 0; readonly OFFSET_INTENSITY_MAX: 100; readonly INTENSITY_SLIDER_STEP: 1; readonly ROTATION_SLIDER_START_POINT: 0; readonly ROTATION_PATTERN_MIN_DEGREES: -360; readonly ROTATION_PATTERN_MAX_DEGREES: 360; readonly OFFSET_PATTERN_MIN_PX: -100; readonly OFFSET_PATTERN_MAX_PX: 100; };