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