import type { Data, ParsedData } from '../types'; import type { InfographicOptions, ParsedInfographicOptions } from './types'; export declare function parseOptions(options: Partial): Partial; export declare function parseData(data?: Data, template?: string): ParsedData | undefined;