import type { GlobalTheme } from '../global'; declare const getSectionHeadingTheme: (theme: GlobalTheme) => { colors: { background: string; backgroundSmall: string; }; space: { headingVerticalPadding: number; headingHorizontalPadding: number; headingMarginBottom: number; iconMarginRight: number; }; }; export default getSectionHeadingTheme;