import { HTMLAttributes } from 'react';
import { IconSizeProps } from '../Icon';
export type LoaderProps = IconSizeProps & HTMLAttributes;
export declare const Loader: import("styled-components").StyledComponent<({ ...props }: LoaderProps) => import("react/jsx-runtime").JSX.Element, import("styled-components").DefaultTheme, IconSizeProps & HTMLAttributes, never>;