export declare class SlTableLoading {
    size: number;
    rows: undefined[];
    connectedCallback(): void;
    render(): any;
}
