export type StackComponentType = React.FC<{ initialContext?: any; initialLoaderData?: any; }>;