import '../../stencil.core';
import { Block } from "./Block";
export declare class AionBlocks {
    duration: number;
    limit: number;
    gqlUrl: string;
    blocks: Block[];
    BLOCKS_QUERY: string;
    constructor();
    componentDidLoad(): void;
    private fetchBlocks;
    render(): JSX.Element;
}
