import { ComponentInterface } from "../../stencil-public-runtime"; export declare class Fallback implements ComponentInterface { /** * An icon to display above the fallback message */ icon: string; /** * The message to display as a fallback */ message: string; render(): any; }