import { ArgTypes, Args } from "@storybook/components";
export declare class UIService {
    private numberOfIndexDigits;
    private readonly apiManager;
    private static instance;
    static getInstance(): UIService;
    getRows(): ArgTypes | null;
    private getResponseControls;
    getArgs(): Args | null;
    private getResponseArgs;
}
