import type { MDCProgressIndicator } from './component.js';
import type { MDCProgressIndicatorFoundation } from './foundation.js';

export type { MDCProgressIndicator, MDCProgressIndicatorFoundation };
