declare type Props = { onShowAlert: (message: string) => void; }; declare const ActionsScreen: (props: Props) => JSX.Element; export default ActionsScreen; //# sourceMappingURL=ActionsScreen.d.ts.map