import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { n as CohortTriangleProps, o as CohortTriangleStrings } from "../../index-0GiaXOSj.js"; //#region src/charts/cohort-triangle/client.d.ts interface InteractiveCohortTriangleProps extends CohortTriangleProps, PickerProps { /** Swappable announcement strings (defaults to EN). */ strings?: CohortTriangleStrings; /** * Opt-in entrance motion (default `false`): the cells reveal on 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 CohortTriangle(props: InteractiveCohortTriangleProps): React.ReactNode; //#endregion export { CohortTriangle, InteractiveCohortTriangleProps };