interface ScreenRevisionsProps { onClose?: () => void; } declare function ScreenRevisions({ onClose }?: ScreenRevisionsProps): import("react").JSX.Element; export default ScreenRevisions; //# sourceMappingURL=index.d.ts.map