import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { a as SkylineStrings, n as CitySkylineProps } from "../../index-BnCXs1kV.js"; //#region src/charts/city-skyline/client.d.ts interface InteractiveCitySkylineProps extends CitySkylineProps, PickerProps { strings?: SkylineStrings; /** * Opt-in entrance motion (default `false`): buildings rise from the ground * when the chart first mounts client-side. Inert on the server and on * hydrated server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function CitySkyline(props: InteractiveCitySkylineProps): React.ReactNode; //#endregion export { CitySkyline, InteractiveCitySkylineProps };