export declare const splitHeadline: (text: string) => [string, string, string];
