import { StatHelpTextProps } from './types'; export declare const StatLabel: import("styled-components").StyledComponent<"dt", any, {}, never>; export declare const StyledStat: import("styled-components").StyledComponent<"dl", any, {}, never>; export declare const StyledStatNumber: import("styled-components").StyledComponent, any, {}, never>; export declare const StyledStatHelpText: import("styled-components").StyledComponent<"dd", any, StatHelpTextProps, never>;