import * as React from 'react';
import { WiredSpinner as CE } from 'wired-elements/lib/wired-spinner.js';
export declare const WiredSpinner: React.ForwardRefExoticComponent<Partial<CE> & {} & {
    children?: React.ReactNode;
} & React.RefAttributes<unknown>>;
