/**
 * Custom hook that returns the color scheme from GiftedChat context if provided,
 * otherwise falls back to the system color scheme from React Native.
 *
 * @returns The current color scheme ('light', 'dark', null, or undefined)
 */
export declare function useColorScheme(): import("react-native").ColorSchemeName;
//# sourceMappingURL=useColorScheme.d.ts.map