import { ReactElement } from 'react'; import { CommonProps } from '../../common'; export declare const HEADINGS: { 1: string; 2: string; 3: string; 4: string; 5: string; }; declare const StyledTitle: import("styled-components").StyledComponent<({ themeLevel, children, id, className, style, "data-test-id": dataTestId, }: { children: string | ReactElement; className?: string | undefined; themeLevel: 1 | 2 | 3 | 4 | 5; } & CommonProps) => ReactElement, import("styled-components").DefaultTheme, { themeFontWeight: 'light' | 'regular' | 'semi-bold' | 'bold'; themeIntent: 'main' | 'subdued'; themeLevel: 1 | 2 | 3 | 4 | 5; }, never>; export default StyledTitle;