import { Component } from "solid-js"; type Props = { backgroundColor?: string; textColor?: string; fontSize?: number; municipalityTitle?: string; municipalityLogoLink?: string; introTitle?: string; introSubtitle?: string; }; export declare const IntroductionHeader: Component; export {}; //# sourceMappingURL=IntroductionHeader.d.ts.map