/// interface Interface { onSave: () => void; onCancel: () => void; onDiscard: () => void; } export default function CloseFileFooter(props: Interface): JSX.Element; export {};