import type { HTMLAttributes } from '../../../internal/html-attributes.js';
import type { PropsWithElement } from '../../../internal/props-with-element.js';
export interface ProgressTrackProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {
}
declare const Track: import("svelte").Component;
type Track = ReturnType;
export default Track;