/// export declare function Spinner({ type, children, color }: { type: any; children?: any; color?: string; }): JSX.Element;