import React from "react"; import Box from "./box"; export default function LoaderText({ ...props }) { return ; }