/// import { EBrandingColorsOptions } from '../../types/theme'; export declare const Loader: ({ color, width, }: { color?: EBrandingColorsOptions | undefined; width?: number | undefined; }) => JSX.Element;