export declare const printOptions: (chartID: any, chart: any) => string | null; export declare const printAction: (chartID: any, chart: any) => void;