import type { IPeriodChartLevel } from "../types"; export declare const DEFAULT_LEVELS: IPeriodChartLevel[]; import type { IPeriodChartProps } from "../types"; declare const PeriodChart: import("svelte").Component; type PeriodChart = ReturnType; export default PeriodChart;