import { BoxProps } from "../Box"; export declare const Loading: ({ className, ...rest }: BoxProps) => JSX.Element;