import type { ComponentPropsWithRef } from 'react';
export declare const Spinner: import("@vtex/admin-ui-react").AdminUIJsxElement<"svg", SpinnerOptions, {}>;
interface SpinnerOptions {
    size?: number;
}
export declare type SpinnerProps = ComponentPropsWithRef<typeof Spinner> & SpinnerOptions;
export {};
