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