/// interface Props { active: boolean; text: string; } declare const MagaLoading: ({ active, text }?: Props) => JSX.Element; export default MagaLoading;