import { ProgressRing } from './progress-ring'; export type { ProgressRingConnotation } from './progress-ring'; export declare const registerProgressRing: (prefix?: string) => void; export { ProgressRing as VwcProgressRingElement };