import { GuideComponentComponent as GCC } from '../runtime';
import { LegendContinuousOptions } from './legendContinuous';
export type LegendContinuousBlockOptions = LegendContinuousOptions;
export declare const LegendContinuousBlock: GCC<LegendContinuousBlockOptions>;