import * as i0 from "@angular/core"; export declare class DokuSpinner { /** * The size of the spinner. * @default 'small' */ size: 'small' | 'medium' | 'large'; /** * The diameter of the spinner. * If defined, it will take precedence over `size`. * * Value in pixels. */ diameter?: number; /** * Stroke width of the spinner. * * Value in pixels. * @default 4 */ strokeWidth: number; get calculatedSize(): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }