/// <reference types="react" />
export declare const StatCard: ({ movement, total, label, color, children, childrenPosition, }: {
    movement?: number;
    total?: string;
    label?: string;
    color: any;
    children?: any;
    childrenPosition?: string;
}) => JSX.Element;
export default StatCard;
