export interface TopLoadingBarProps { isShow: boolean; progress: number; } export declare function TopLoadingBar({ isShow, progress }: TopLoadingBarProps): import("react/jsx-runtime").JSX.Element;