/// /** * As the name implies, the Stat component is used to display some statistics. * StatLabel, StatHelpText, StatNumber composes Text component. * StatArrow composes Icon component. * Stat and StatGroup composes Box component. * https://chakra-ui.com/docs/data-display/stat */ export declare function Stat({ ...props }: any): JSX.Element; export declare function StatLabel({ ...props }: any): JSX.Element; export declare function StatNumber({ ...props }: any): JSX.Element; export declare function StatHelpText({ ...props }: any): JSX.Element; export declare function StatArrow({ ...props }: any): JSX.Element; export declare function StatGroup({ ...props }: any): JSX.Element; //# sourceMappingURL=Stat.d.ts.map