/// declare const useTimeLine: (props: any) => { canUndo: (DSLCore: any) => any; canRedo: (DSLCore: any) => any; pageLayoutUndo: (DSLCore: any) => void; pageLayoutRedo: (DSLCore: any) => void; undoState: any; setUndoState: import("react").Dispatch; setRedoState: import("react").Dispatch; redoState: any; undoredo: any; onRecover: () => void; onRevoke: () => void; addPageLayoutHistory: (data: any) => void; initPageLayoutHistory: (DSLCore?: any) => void; initialHistoryState: () => void; umount: () => void; }; export { useTimeLine };