import React, { ComponentType, CSSProperties } from 'react'; import { SpinnerProps } from './helpers'; declare const defaultProps: { color: CSSProperties["color"]; enabled: boolean; size: CSSProperties["width"]; style: CSSProperties; }; export type SpinnersProps = Partial; export declare const withSharedProps:

(Component: ComponentType

) => (props: SpinnersProps & P) => React.JSX.Element; export {}; //# sourceMappingURL=withSharedProps.d.ts.map