import * as react_native from 'react-native'; import { AlertVariant, AlertAppearance } from '../types.js'; declare const useAlertStyles: (variant: AlertVariant, appearance: AlertAppearance) => react_native.StyleProp; export { useAlertStyles };