export interface StatProps { isThemeDark?: boolean; isDisplayBlock: boolean; isSizeLarge: boolean; hasLine: boolean; stat?: HTMLElement; text?: HTMLElement; subText?: HTMLElement; } export declare const createStat: (props: StatProps) => import('../../../builder/dist/index.d.ts').ElementModel; //# sourceMappingURL=stat.d.ts.map