import { LoaderProps } from './types'; export declare const CrossLoader: import("react").MemoExoticComponent<({ size, variant, visible, ariaLabel, wrapperStyle, wrapperClass }: LoaderProps) => import("react/jsx-runtime").JSX.Element>;