import type { Rotation } from './Rotation.js';
import type { Value, ViewProps } from '@tweakpane/core';
export interface RotationInputSwatchViewConfig {
    value: Value<Rotation>;
    viewProps: ViewProps;
}
