import { ScreenParams, CommonScreenProps } from '../navigation/app';
type Props = CommonScreenProps & {
params: ScreenParams['allPlan'];
};
declare const AllPlan: ({ params, navigate, goBack, isInitialScreen }: Props) => import("react/jsx-runtime").JSX.Element;
export default AllPlan;