import { Spin, SpinProperties } from './Spin'; export declare class SpinHingeRight extends Spin { constructor(properties?: SpinProperties); }