import { variants } from "./variante"; export interface RefreshProps { color?: keyof typeof variants; } export declare const Refresh: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, RefreshProps, never>; export declare const Wrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const Status: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;