import { HTMLStencilElement } from "../../stencil-public-runtime";
export declare class IndexPage {
    messageFromChild: string;
    element: HTMLStencilElement;
    onReply(ev: CustomEvent): void;
    tomaPaga: () => Promise<void>;
    render(): any;
}
