declare const SaveButton: (props: any) => import('react').FunctionComponentElement; declare const CancelButton: (props: any) => import('react').FunctionComponentElement; declare const EditButton: (props: any) => import('react').FunctionComponentElement; export { SaveButton, EditButton, CancelButton }; export * from './delete-button';