/** * Generates additional CSS styles specific to the landing page. Uses CSS custom properties for theme support. * @returns CSS styles as a string. */ export declare function generateLandingPageStyles(): string;