import { ReactNode } from 'react'; interface SectionHeadingProps { children: ReactNode; } declare const StyledSectionHeading: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLHeadingElement>, SectionHeadingProps>>; export default StyledSectionHeading;