export declare const SpinnerSquare: import("react").FC<import("react").AllHTMLAttributes<any> & {
    fallback?: any;
}>;
