interface Props {
    editor: any;
}
export declare function HistoryControls({ editor }: Props): import("react/jsx-runtime").JSX.Element;
export {};
