import { StrongVariant, StrongColor, StrongIntent, StrongFontFamily } from '../types'; export interface StrongProps { variant?: StrongVariant; color?: StrongColor; intent?: StrongIntent; fontFamily?: StrongFontFamily; } export declare const Strong: import("styled-components").StyledComponent<"strong", import("styled-components").DefaultTheme, StrongProps, never>;