import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { n as StationGlyphProps } from "../../index-CHXL2Hjm2.js"; //#region src/charts/station-glyph/client.d.ts interface InteractiveStationGlyphProps extends StationGlyphProps, PickerProps { /** * Opt-in entrance motion (default `false`): the glyph fades and scales in * 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 StationGlyph(props: InteractiveStationGlyphProps): React.ReactNode; //#endregion export { InteractiveStationGlyphProps, StationGlyph };