import { TdStatisticProps } from './type';
import { PropType } from 'vue';
declare const _default: {
    animation: {
        type: PropType<TdStatisticProps["animation"]>;
    };
    animationStart: BooleanConstructor;
    color: {
        type: StringConstructor;
        default: string;
    };
    decimalPlaces: {
        type: NumberConstructor;
    };
    extra: {
        type: PropType<TdStatisticProps["extra"]>;
    };
    format: {
        type: PropType<TdStatisticProps["format"]>;
    };
    loading: BooleanConstructor;
    prefix: {
        type: PropType<TdStatisticProps["prefix"]>;
    };
    separator: {
        type: StringConstructor;
        default: string;
    };
    suffix: {
        type: PropType<TdStatisticProps["suffix"]>;
    };
    title: {
        type: PropType<TdStatisticProps["title"]>;
    };
    trend: {
        type: PropType<TdStatisticProps["trend"]>;
        validator(val: TdStatisticProps["trend"]): boolean;
    };
    trendPlacement: {
        type: PropType<TdStatisticProps["trendPlacement"]>;
        default: TdStatisticProps["trendPlacement"];
        validator(val: TdStatisticProps["trendPlacement"]): boolean;
    };
    unit: {
        type: PropType<TdStatisticProps["unit"]>;
    };
    value: {
        type: NumberConstructor;
    };
};
export default _default;
