import React from 'react'; declare type LoadingBarProps = React.DetailedHTMLProps, HTMLDivElement> & { loading?: boolean; }; export declare function LoadingBar({ loading, className, ...props }: LoadingBarProps): JSX.Element; export {};