import { BoxProps } from '@chakra-ui/react'; type LightFullScreenLoaderProps = BoxProps; declare const LightFullScreenLoader: ({ width, maxWidth, ...props }: LightFullScreenLoaderProps) => JSX.Element; export { LightFullScreenLoader };