/**
* DO NOT EDIT
*
* This file was automatically generated by
* https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations
*
* To modify these typings, edit the source file(s):
* paper-spinner-behavior.js
*/
export {PaperSpinnerBehavior};
interface PaperSpinnerBehavior {
/**
* Displays the spinner.
*/
active: boolean;
/**
* Alternative text content for accessibility support.
* If alt is present, it will add an aria-label whose content matches alt
* when active. If alt is not present, it will default to 'loading' as the
* alt value.
*/
alt: string|null|undefined;
}
declare const PaperSpinnerBehavior: object;