import type { ColorValue } from 'react-native'; import type { ToastTypeType, ColorsType } from './types'; export declare const DEFAULT_COLORS: { SUCCESS: { backgroundColor: string; textColor: string; }; DANGER: { backgroundColor: string; textColor: string; }; WARNING: { backgroundColor: string; textColor: string; }; STANDARD: { backgroundColor: string; textColor: string; }; }; export declare const generateId: () => string; export declare const getBackgroundColor: (type: ToastTypeType, colors: ColorsType | undefined) => ColorValue | undefined; export declare const getTextColor: (type: ToastTypeType, colors: ColorsType | undefined) => ColorValue | undefined; //# sourceMappingURL=functions.d.ts.map