/** Side-effect: register all automotive widgets (Phase 8). */ import './definitions'; export { registerAutomotive, createAutomotiveFromJSON, registry, } from './registryCore'; export declare function listAutomotiveWidgets(): string[]; export { animateAutoValue, setAutoValue, automotiveToJSON, } from './helpers'; export { applyDriveState, sampleDriveFrames } from './simulation'; export type { DriveState } from './simulation'; export { installAutoWidgetResizeObserver, detachAutoWidgetResizeObserver, fitAutoWidgetToContainer, } from './responsive'; export { updateAutoWidgetProps, installAutoWidgetRebuild } from './refresh'; export { resolveBounds, fluidFont, centerInBounds } from './layout'; export { getTheme, THEMES } from './themes'; export type { ClusterTheme, ThemePalette } from './themes';