import { FC } from "react"; interface Props { progress: number; } declare const LinearBufferProgress: FC; export default LinearBufferProgress;