import type { LoadingBarProps } from "./interfaces"; export type { LoadingBarProps }; export default function LoadingBar(props: LoadingBarProps): import("react/jsx-runtime").JSX.Element;