import { Theme } from '../../utils/theme'; declare const StyledHeading: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, { as: "h1" | "h2" | "h3" | "h4" | "h5" | "h6"; $color: string; theme: Theme; }>> & string; export { StyledHeading };