export interface SettingProps { themeColor: string; cloudFunData: any[]; showSwitchLog: boolean; logId: string; settingDps: [{ [key: string]: any; }]; isStatusMultichannel: boolean; statusId: string; } export declare const DefualtSettingProps: { themeColor: string; cloudFunData: any[]; showSwitchLog: boolean; settingDps: any[]; isStatusMultichannel: boolean; logId: string; statusId: string; }; export interface LightModeProps { iconTintColor: string; value: number | string | boolean; dataSource: any[]; code: string; } export interface LightModeState { selectValue: string | number | boolean; } export declare const DefaultLightModeProps: { dataSource: any[]; iconTintColor: string; }; export interface RelayProps { themeColor: string; } export interface RelayState { select: number; } export interface DpState { dpState: { [key: string]: number | boolean | string; }; } export declare const trimArray: (array: any) => any; export declare const _filter: (schema: any) => any[];