///
import { AirshipBridge } from 'react-native-airship';
import { ThemeProps } from '../services/ThemeContext';
interface Props {
bridge: AirshipBridge;
message: string;
warning?: boolean;
}
export declare const AlertDropdown: (props: Pick) => JSX.Element;
export {};