import { BoxProps } from '@chakra-ui/react'; type DarkInlineLoaderProps = Exclude; /** * Loading component that works well in bounded contexts, like inside a button. */ declare const DarkInlineLoader: ({ width, maxWidth, ...props }: DarkInlineLoaderProps) => JSX.Element; export { DarkInlineLoader, DarkInlineLoaderProps };