import { ArrowLoaderProps } from './types' import { Wrapper, Arrows } from './styled' export const ArrowLoader = ({ backgroundColor, backgroundSize, className, disabled, width, }: ArrowLoaderProps) => ( ) export const ArrowLoaderUI = { ArrowLoader, Arrows }