export declare function parseBackgroundImage(bgImageString: string): {
    src: string | null;
    overlay: string | null;
};
