import { BaseComponentWithTheme } from '../../utils';
import type { SelectedAriaAttributes, SpinnerAriaAttribute, BreakpointCustomizable, SpinnerSize, Theme } from '../types';
import * as i0 from "@angular/core";
export declare class PSpinner extends BaseComponentWithTheme {
    aria?: SelectedAriaAttributes<SpinnerAriaAttribute>;
    size?: BreakpointCustomizable<SpinnerSize>;
    theme?: Theme;
    static ɵfac: i0.ɵɵFactoryDeclaration<PSpinner, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PSpinner, "p-spinner,[p-spinner]", never, { "aria": { "alias": "aria"; "required": false; }; "size": { "alias": "size"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
}
