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