import { FC, HTMLAttributes } from 'react'; type HistoryProps = { open: boolean; } & HTMLAttributes; export declare const History: FC; export declare const historyButtonCss: import("@emotion/utils").SerializedStyles[]; export {};