import { type AnimatePresenceProps, type HTMLMotionProps } from "motion/react"; import { Justify, KeyedNumberPart } from "../types"; export declare const NumberSection: import("react").ForwardRefExoticComponent, "children"> & { parts: KeyedNumberPart[]; justify?: Justify; mode?: AnimatePresenceProps["mode"]; name?: string; }, "ref"> & import("react").RefAttributes>;