type $$ComponentProps = {
    sToHalfway?: number;
    height?: number;
};
declare const LinearProgressEstimate: import("svelte").Component<$$ComponentProps, {}, "">;
type LinearProgressEstimate = ReturnType<typeof LinearProgressEstimate>;
export default LinearProgressEstimate;
