export declare const defaultConfig: { dark: { backgroundColor: string; containerBackgroundColor: string; buttonBackgroundColor: string; textColor: string; resetButtonBackgroundColor: string; resetButtonTextColor: string; isDoneButtonFollowTheme: boolean; doneButtonBackgroundColor: string; doneButtonTextColor: string; isShowMainText: boolean; mainTextColor: string; isShowSubText: boolean; subTextColor: string; }; light: { backgroundColor: string; containerBackgroundColor: string; buttonBackgroundColor: string; textColor: string; resetButtonBackgroundColor: string; resetButtonTextColor: string; isDoneButtonFollowTheme: boolean; doneButtonBackgroundColor: string; doneButtonTextColor: string; isShowMainText: boolean; mainTextColor: string; isShowSubText: boolean; subTextColor: string; }; };