import { FC } from 'react'; import { ActionButton } from './action-button'; export const ActionButtonArchive: FC<{ disabled?: boolean; tooltip?: string; onClick?(): void; }> = props => ( Archive );