import type { SpinnerInnerProps, SpinnerProps } from '../Spinner.types'; export declare const useInnerProps: (props: SpinnerProps, initialInnerProps: SpinnerInnerProps) => { wrapperWidth: string; wrapperHeight: string; svgWidth: string | number; svgHeight: string | number; color: string; }; //# sourceMappingURL=index.d.ts.map