import { CSSProperties, HTMLAttributes } from 'react';
export declare const defaultProps: {
speed: number;
still: boolean;
thickness: number;
};
export declare const secondaryColorDefaultProps: {
secondaryColor: CSSProperties["color"];
speed: number;
still: boolean;
thickness: number;
};
export type SpinnerProps = HTMLAttributes & Partial;
export type SecondaryColorSpinnerProps = SpinnerProps & Partial;
//# sourceMappingURL=helpers.d.ts.map