import { type ComponentInterface } from "../../stencil-public-runtime"; export declare class ScoutLoader implements ComponentInterface { text?: string; size?: "xs" | "sm" | "base" | "lg" | "xl"; private symbols; private symbolElements; private currentSymbolIndex; componentDidLoad(): void; render(): any; showElement(el: HTMLDivElement): void; hideElement(el: HTMLDivElement): void; next(): void; tickDone(event: AnimationEvent): void; getSymbols(): any[]; }