/** * @internal * Provides responsive class for headline/kpi component based on its width and state of secondary item */ export declare const getHeadlineResponsiveClassName: (width: number | undefined, isShortened?: boolean | undefined) => string; //# sourceMappingURL=headlineResponsiveClassName.d.ts.map