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