/** Headline fragment wrapped with the ducktape.svg strip on the home hero. */ export declare const SPLASH_TAPE_PHRASE = "duct-taping"; export declare function splitHeadlineForTape(headline: string, phrase?: string): { before: string; phrase: string; after: string; } | null;