import { ComponentInterface } from '../../stencil-public-runtime'; export declare class Q2Loading implements ComponentInterface { type: string; shape: string; modifiers: string; counts: string; ariaLabel: string; inline: boolean; get loader(): any; get modifiersSet(): Set; get countsArray(): number[]; get skeletonShape(): any; get spinnerShape(): any; get localizedAriaLabel(): string; loc(key: string, subs?: string[]): string; render(): any; halfCircleSpinner: () => any; spinner: () => any; skeletonLoader: () => any; }