import { ComponentProps } from "react"; import { FAB } from "react-native-paper"; export default function AppFab(props: Partial>) { return ( ); }