declare const _default: { dialog: { background: { flex: number; backgroundColor: string; }; modal: { position: string; maxHeight: number; bottom: number; flex: number; marginHorizontal: number; width: number; borderRadius: number; paddingVertical: number; alignSelf: string; }; padModal: { position: string; bottom: null; marginHorizontal: number; width: number; borderRadius: number; paddingVertical: number; maxHeight: number; }; orientationModal: { position: string; bottom: number; maxHeight: number; width: number; marginHorizontal: number; borderRadius: number; paddingVertical: number; alignSelf: string; }; }; }; export default _default; export declare const COLOR_TYPES: readonly ["green", "blue", "wathet", "purple", "orange"]; export declare type ColorType = (typeof COLOR_TYPES)[number]; export declare const MAX_LINE = 3;