/// <reference types="react" />
import * as React from 'react';
export declare class SpinButtonBasicWithIconDisabledExample extends React.Component<any, any> {
    render(): JSX.Element;
}
