/** --- category: components --- **/ declare const Metric: import("react").ForwardRefExoticComponent<{ textAlign?: "start" | "center" | "end"; renderLabel?: import("@instructure/shared-types").Renderable; renderValue?: import("@instructure/shared-types").Renderable; isGroupChild?: boolean; } & Omit, keyof { textAlign?: "start" | "center" | "end"; renderLabel?: import("@instructure/shared-types").Renderable; renderValue?: import("@instructure/shared-types").Renderable; isGroupChild?: boolean; } | "dir"> & { dir?: "ltr" | "rtl"; } & import("@instructure/emotion").NewThemeOverrideProp & import("react").RefAttributes>; export default Metric; export { Metric }; //# sourceMappingURL=index.d.ts.map