interface Props { /** Add an ID to target with SCSS. */ id?: string; /** Add a class to target with SCSS. */ class?: string; } /** * A top-of-page leaderboard banner ad that briefly sticks on scroll then retracts, adapting its height for narrow screens. * * [Read the docs.](https://reuters-graphics.github.io/graphics-components/?path=/docs/components-ads-analytics-leaderboardad--docs) */ declare const LeaderboardAd: import("svelte").Component; type LeaderboardAd = ReturnType; export default LeaderboardAd;