import { SpinnerProps } from "../Spinner.interface"; export declare const errorMessageMock = "error"; export declare class SpinnerObject { render(props?: Partial): this; get spinner(): HTMLElement; }