import { ComponentProps, FunctionComponent } from 'react'; import { Box } from '../Box'; export interface LoadingBoxProps extends Omit, 'width'> { className?: string; randomWidth?: boolean; blinking?: boolean; } export declare const LoadingBox: FunctionComponent; //# sourceMappingURL=LoadingBox.d.ts.map