import type { Plugin } from '../../types'; import { registerAutomotive, createAutomotiveFromJSON } from '../../automotive/registryCore'; import '../../automotive/definitions'; export declare const automotivePlugin: Plugin; export { registerAutomotive, createAutomotiveFromJSON }; export { listAutomotiveWidgets } from '../../automotive/registry'; export { installAutoWidgetResizeObserver, detachAutoWidgetResizeObserver, fitAutoWidgetToContainer, } from '../../automotive/responsive'; export { updateAutoWidgetProps, installAutoWidgetRebuild } from '../../automotive/refresh'; export { applyDriveState, sampleDriveFrames } from '../../automotive/simulation'; export { animateAutoValue, setAutoValue } from '../../automotive/helpers'; export { THEMES, getTheme, AUTOMOTIVE_THEME_PRESETS } from '../../automotive/themes'; export type { ClusterTheme, ThemePalette } from '../../automotive/themes'; export type { DriveState } from '../../automotive/simulation'; export default automotivePlugin;