import { VNode } from "../../stencil-public-runtime"; export interface BigStatViewProps { statvalue: string; } export declare function BigStatView(props: BigStatViewProps, children: VNode): any;