import type { FC } from "react"; import type { LinearProgressBarProps } from "./LinearProgressBar.interface"; export declare const LinearProgressBarLabel: FC; export declare const LinearProgressBar: FC; export default LinearProgressBar;