type Props = { loop?: boolean; }; export declare const BreakingProgress: ({ loop }: Props) => import("react/jsx-runtime").JSX.Element; export {};