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