import type { StrictTheme } from '../../theme'; import type { HeadingStyles } from './types'; export declare const getThemedStyles: (theme: StrictTheme) => HeadingStyles;