export interface IPrintChartProps { unitId: string; floatDomId: string; context: { docDisabled: boolean; root: React.RefObject; }; } export declare const PrintChart: (props: IPrintChartProps) => null;