import * as React from 'react';
export interface ILoadingInputElementConfiguration {
    /**
     * This function can be used to customize the default loading UI of any loading input element.
     */
    loadingComponent?: React.ComponentType;
}
