import { Locale } from '../i18n/index.js'; interface InactiveTombstoneProps { /** Override the height so the tombstone preserves layout when it * replaces a tall chart. Defaults to 240px — roughly the visual * weight of a compact card. */ height?: number | string; locale?: Locale; } /** Full-card replacement rendered when the provider detects an * inactive subscription (401/402 from the API). Chosen over * graceful-degrade because a visibly-broken embed is the forcing * function for the customer to reactivate — see issue #71 design * discussion. */ export declare function InactiveTombstone({ height, locale }: InactiveTombstoneProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=inactive-tombstone.d.ts.map