import type { CSSProperties, ReactNode } from 'react'; type StrongProps = { variant?: 'normal' | 'small' | 'big' | 'capitalized'; children?: ReactNode; isDisabledOnOverlay?: boolean; style?: CSSProperties; }; export declare const Strong: import("react").MemoExoticComponent<({ variant, children, style }: StrongProps) => import("react").JSX.Element>; export {}; //# sourceMappingURL=Strong.d.ts.map