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